trackmcp
Back to directory
iuill

mcp_grareco

View on GitHub

任意URLまたはテキストをグラレコ化するMCP Server

0 stars TypeScriptServers & Infrastructure Updated Apr 13, 2025

Documentation

MCP Grareco

グラフィックレコーディングを生成するためのMCPサーバーです。

MCPプロトコルの機能を活用して、任意URLや任意文字列の内容をグラレコ化します。

Components

Tools

1. `echo`

    2. `printEnv`

      3. `webToGrareco`

        4. `textToGrareco`

          Logging

          The server sends random-leveled log messages every 15 seconds, e.g.:

          json
          {
            "method": "notifications/message",
            "params": {
          	"level": "info",
          	"data": "Info-level message"
            }
          }

          使用方法

          ローカルでの実行

          bash
          # インストール
          npm install
          
          # ビルド
          npm run build
          
          # 実行(STDIOモード)
          npm run start
          
          # 実行(SSEモード)
          npm run start:sse

          Claude Desktopでの使用

          `cline_mcp_settings.json`に以下を追加してください:

          例1:

          json
          {
            "mcpServers": {
              "grareco": {
                "command": "npx",
                "args": [
                  "-y",
                  "mcp_grareco"
                ]
              }
            }
          }

          例2:

          json
          {
            "mcpServers": {
              "grareco": {
                "url": "http://localhost:3000/sse",
                "headers": {},
                "timeout": 900
              }
            }
          }

          Frequently asked questions

          What is mcp_grareco?

          mcp_grareco is 任意URLまたはテキストをグラレコ化するMCP Server

          How do I install mcp_grareco?

          Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

          Is mcp_grareco open source?

          Yes — it is hosted on GitHub at https://github.com/iuill/mcp_grareco.

          Related MCP tools

          Run your own MCP server? See who uses it and what to fix.

          Measure it with TrackMCP