mcp_grareco

mcp_grareco

3.5

MCP Grareco is a server designed to generate graphic recordings by leveraging the capabilities of the Model Context Protocol (MCP). It can convert content from any URL or text string into a graphic recording format.

MCP Grareco is a specialized server that utilizes the Model Context Protocol to transform web content and text into graphic recordings. This server is particularly useful for visualizing information in a more engaging and accessible format. It supports various input types and provides options for different prompt styles, making it versatile for educational and professional use. The server also includes tools for debugging and environment inspection, ensuring smooth operation and integration with other systems.

Features

  • Converts web content and text into graphic recordings.
  • Supports multiple prompt types: standard, elementary, and timeline.
  • Provides tools for debugging and environment inspection.
  • Sends progress notifications during processing.
  • Logs random-leveled messages every 15 seconds for monitoring.

MCP Tools

  • echo: Echoes back the input message for testing purposes.
  • printEnv: Displays all environment variables for debugging MCP server settings.
  • webToGrareco: Converts a website from a URL into a graphic recording format HTML.
  • textToGrareco: Converts text into a graphic recording format HTML.

Usage with Different Platforms

local_execution

bash
# インストール
npm install

# ビルド
npm run build

# 実行(STDIOモード)
npm run start

# 実行(SSEモード)
npm run start:sse

claude_desktop


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



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