MCP Grareco
@iuill
About MCP Grareco
任意URLまたはテキストをグラレコ化するMCP Server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"grareco": {
"command": "npx",
"args": [
"-y",
"mcp_grareco"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Other MCP servers
🚀 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,
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments