MCP Grareco logo

MCP Grareco

by iuill

MCP Grareco is an MCP server for generating graphic recordings. It leverages the MCP protocol to convert content from URLs or text strings into graphic recordings.

View on GitHub

Last updated: N/A

What is MCP Grareco?

MCP Grareco is an MCP server that provides tools to generate graphic recordings from web pages or text. It uses the MCP protocol to receive input and return the generated graphic recording in HTML format.

How to use MCP Grareco?

To use MCP Grareco, you can either run it locally or integrate it with Claude Desktop. Locally, install dependencies with npm install, build with npm run build, and start in STDIO mode with npm run start or SSE mode with npm run start:sse. For Claude Desktop, add the server configuration to cline_mcp_settings.json specifying either the command to run the server or the URL for SSE mode.

Key features of MCP Grareco

  • Converts URLs to graphic recordings

  • Converts text to graphic recordings

  • Supports different prompt types (standard, elementary, timeline)

  • Provides an echo tool for testing

  • Displays environment variables for debugging

Use cases of MCP Grareco

  • Generating visual summaries of web content

  • Creating graphic notes from text input

  • Educational purposes for simplifying complex information

  • Real-time graphic recording during meetings or presentations

  • Automated content summarization

FAQ from MCP Grareco

What is MCP Grareco?

It's an MCP server for generating graphic recordings from URLs or text.

How do I run it locally?

Install dependencies, build, and then start in either STDIO or SSE mode using npm commands.

How do I integrate it with Claude Desktop?

Add the server configuration to cline_mcp_settings.json.

What prompt types are supported?

Standard, elementary, and timeline.

What kind of input does webToGrareco accept?

It accepts a URL as input and returns the path to the generated HTML file.