MCP 格拉雷科
用于生成图形记录的 MCP 服务器。利用MCP协议的功能,可以将任意URL或字符串的内容转换成图形记录。
成分
工具
echo
回显输入消息的简单工具
输入:
message
(字符串):要回显的消息。
返回:包含回显消息的文本。
printEnv
显示所有环境变量
帮助调试 MCP 服务器配置
输入:无
返回值:所有环境变量的 JSON 字符串
webToGrareco
从URL获取网站并转换成图形记录格式的HTML
输入:
url
(字符串):要转换的网站 URL。promptType
(枚举:“standard” | “elementary” | “timeline”,默认值:“standard”):要使用的提示类型(standard、elementary、timeline)
返回值:生成的HTML文件保存的路径。
处理期间发送的进度通知
textToGrareco
将文本转换为图形记录格式的 HTML
输入:
text
(字符串):要转换的文本。promptType
(枚举:“standard” | “elementary” | “timeline”,默认值:“standard”):要使用的提示类型(standard、elementary、timeline)
返回值:生成的HTML文件保存的路径。
处理期间发送的进度通知
日志记录
服务器每15秒发送一次随机级别的日志消息,例如:
如何使用
本地运行
与 Claude Desktop 一起使用
将以下内容添加到cline_mcp_settings.json
:
例 1:
示例 2:
This server cannot be installed
MCP 服务器通过使用不同的提示样式(标准、基本、时间线)将网站或文本输入转换为视觉摘要来创建图形记录。
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