What is MCP Grareco: URL & Text to Dynamic Visuals?
MCP Grareco is an advanced server solution designed to transform content from URLs or raw text into dynamic graphic recording visuals via the MCP protocol. This tool leverages AI-driven processing to convert textual information into structured HTML outputs with visual storytelling elements, offering a unique approach to content visualization for diverse use cases.
How to Use MCP Grareco: URL & Text to Dynamic Visuals?
Local Execution
# Installation & Setup
npm install
npm run build
# Start in STDIO mode
npm run start
# Start in SSE mode (recommended for real-time updates)
npm run start:sse
Claude Desktop Integration
Configure cline_mcp_settings.json
with one of these methods:
Local Server Invocation
{
"mcpServers": {
"grareco": {
"command": "npx",
"args": ["-y", "mcp_grareco"]
}
}
}
HTTP/SSE Endpoint
{
"mcpServers": {
"grareco": {
"url": "http://localhost:3000/sse",
"timeout": 900
}
}
}