MCP Grareco
This is an MCP server for generating graphic recordings. It utilizes the functions of the MCP protocol to convert the contents of any URL or string into graphic recordings.
Components
Tools
echo
A simple tool that echoes back input messages
input:
message
(string): The message to echo back.
Returns: the text containing the echo message.
printEnv
Show all environment variables
Helps in debugging MCP server configuration
Input: None
Returned value: A JSON string of all environment variables
webToGrareco
Get the website from the URL and convert it to HTML in graphic recording format
input:
url
(string): The website URL to convert.promptType
(enum: "standard" | "elementary" | "timeline", default: "standard"): The prompt type to use (standard, elementary, timeline)
Return value: The path to save the generated HTML file.
Progress notifications sent during processing
textToGrareco
Convert text to HTML in graphic recording format
input:
text
(string): The text to convert.promptType
(enum: "standard" | "elementary" | "timeline", default: "standard"): The prompt type to use (standard, elementary, timeline)
Return value: The path to save the generated HTML file.
Progress notifications sent during processing
Logging
The server sends random-leveled log messages every 15 seconds, eg:
How to use
Running locally
Use with Claude Desktop
Add the following to cline_mcp_settings.json
:
Example 1:
Example 2:
This server cannot be installed
A MCP server that creates graphic recordings by converting websites or text input into visual summaries using different prompt styles (standard, elementary, timeline).
Related MCP Servers
- AsecurityFlicenseAqualityThis TypeScript-based MCP server enables users to manage and summarize text notes, providing tools for note creation and summarization prompts.Last updated -85210
- AsecurityAlicenseAqualityThis TypeScript-based MCP server enables users to manage a simple notes system with capabilities to create and summarize notes through structured prompts and resources.Last updated -4MIT License
- AsecurityFlicenseAqualityA simple MCP server implementing a note storage system with one tool to add notes and one prompt to summarize stored notes.Last updated -42
- AsecurityFlicenseAqualityA simple note-taking MCP server that stores notes and can generate summaries of stored content.Last updated -4