MCP Grareco
MCP Grareco
Servidor MCP para generar grabaciones gráficas. Al utilizar las funciones del protocolo MCP, el contenido de cualquier URL o cadena se puede convertir en grabaciones gráficas.
Componentes
Herramientas
echoUna herramienta sencilla que refleja los mensajes de entrada
aporte:
message(cadena): el mensaje que se repetirá.
Devuelve: el texto que contiene el mensaje de eco.
printEnvMostrar todas las variables de entorno
Ayuda a depurar la configuración del servidor MCP
Entrada: Ninguna
Valor devuelto: una cadena JSON de todas las variables de entorno
webToGrarecoObtenga el sitio web a partir de la URL y conviértalo a HTML en formato de grabación gráfica
aporte:
url(cadena): La URL del sitio web a convertir.promptType(enum: "standard" | "elementary" | "timeline", valor predeterminado: "standard"): el tipo de mensaje a utilizar (standard, elemental, timeline)
Valor de retorno: la ruta para guardar el archivo HTML generado.
Notificaciones de progreso enviadas durante el procesamiento
textToGrarecoConvertir texto a HTML en formato de grabación gráfica
aporte:
text(cadena): el texto a convertir.promptType(enum: "standard" | "elementary" | "timeline", valor predeterminado: "standard"): el tipo de mensaje a utilizar (standard, elemental, timeline)
Valor de retorno: la ruta para guardar el archivo HTML generado.
Notificaciones de progreso enviadas durante el procesamiento
Explotación florestal
El servidor envía mensajes de registro de nivel aleatorio cada 15 segundos, por ejemplo:
{
"method": "notifications/message",
"params": {
"level": "info",
"data": "Info-level message"
}
}Related MCP server: ai-research-assistant-mcp
Cómo utilizar
Corriendo localmente
# インストール
npm install
# ビルド
npm run build
# 実行(STDIOモード)
npm run start
# 実行(SSEモード)
npm run start:sseUsar con Claude Desktop
Agregue lo siguiente a cline_mcp_settings.json :
Ejemplo 1:
{
"mcpServers": {
"grareco": {
"command": "npx",
"args": [
"-y",
"mcp_grareco"
]
}
}
}Ejemplo 2:
{
"mcpServers": {
"grareco": {
"url": "http://localhost:3000/sse",
"headers": {},
"timeout": 900
}
}
}This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceAn MCP server that enables generating scripts based on specified topics and keywords, while also providing functionality to store and summarize notes.1
- FlicenseCqualityCmaintenanceAn MCP server that provides tools, resources, and prompts for reading, writing, and summarizing research notes stored in a local flat-file database.2
- FlicenseNot gradedqualityBmaintenanceMCP server that converts PDF, video, web, and audio inputs into structured Markdown notes with support for checkpointing, batch processing, and Obsidian integration.
- AlicenseAqualityDmaintenanceMCP server that converts Mermaid diagrams to styled Excalidraw files, saving them directly to disk without token overhead.2MIT
Related MCP Connectors
MCP server for generating rough-draft project plans from natural-language prompts.
An MCP server that integrates with Discord to provide AI-powered features.
MCP server for Midjourney AI image generation and editing
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/iuill/mcp_grareco'
If you have feedback or need assistance with the MCP directory API, please join our Discord server