mcp_grareco
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
}
}
}
Related MCP Servers
View all developer_tools servers →Sequential Thinking🏅
by modelcontextprotocol
An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process.
context7
by upstash
Context7 MCP provides up-to-date, version-specific documentation and code examples directly into your prompt, enhancing the capabilities of LLMs by avoiding outdated or hallucinated information.
git-mcp
by idosal
GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.
Everything MCP Server
by modelcontextprotocol
The Everything MCP Server is a comprehensive test server designed to demonstrate the full capabilities of the Model Context Protocol (MCP). It is not intended for production use but serves as a valuable tool for developers building MCP clients.
exa-mcp-server
by exa-labs
A Model Context Protocol (MCP) server allows AI assistants to use the Exa AI Search API for real-time web searches in a secure manner.
repomix
by yamadashy
Repomix is a tool that packages your entire codebase into a single, AI-friendly file, making it easier to use with AI tools like LLMs.
Sequential Thinking MCP Server
by modelcontextprotocol
An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process.