MCP Grareco
@iuill
MCP Grareco について
任意URLまたはテキストをグラレコ化するMCP Server
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"grareco": {
"command": "npx",
"args": [
"-y",
"mcp_grareco"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Grareco?
MCP Grareco is an MCP server that generates graphic recordings (visual summaries) from web page URLs or plain text. It uses the MCP protocol to convert content into an HTML-based graphic recording format. It is designed for developers and users of MCP-compatible clients such as Claude Desktop.
How to use MCP Grareco?
Install with npm install, build with npm run build, then run in STDIO mode (npm run start) or SSE mode (npm run start:sse). For Claude Desktop, add a configuration entry to cline_mcp_settings.json that invokes the server via npx -y mcp_grareco or connects to an SSE endpoint. Use the tools webToGrareco (with a URL) or textToGrareco (with a text string) to generate graphic recordings.
Key features of MCP Grareco
- Converts web pages to graphic recording HTML
- Converts plain text to graphic recording HTML
- Supports three prompt types: standard, elementary, timeline
- Sends progress notifications during conversion
- Includes debug tools: echo and printEnv
- Sends random-level log messages every 15 seconds
Use cases of MCP Grareco
- Generate a visual summary of a web article or blog post
- Create educational graphic recordings tailored for elementary school students
- Produce timeline-style graphic recordings from chronological text
- Debug MCP server configuration using the printEnv tool
FAQ from MCP Grareco
What tools does MCP Grareco provide?
Four tools: echo (echoes a message), printEnv (shows all environment variables), webToGrareco (converts a URL to a graphic recording HTML), and textToGrareco (converts text to a graphic recording HTML).
What prompt types are available?
Three prompt types: standard (default), elementary (for children), and timeline (for chronological content).
How does the server report progress?
During webToGrareco and textToGrareco processing, the server sends progress notifications using the MCP notifications/message method.
How can I run MCP Grareco?
You can run it in STDIO mode (npm run start) or SSE mode (npm run start:sse). For SSE mode, the server listens on http://localhost:3000/sse by default.
Are there any debug tools?
Yes, echo and printEnv help verify server setup and inspect environment variables for troubleshooting.
「その他」の他のコンテンツ
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Codelf
unbugA search tool helps dev to solve the naming things problem.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
コメント