怪异的MCP服务器
Whimsical现在有一个官方的MCP服务器可用 这里
第三方模型上下文协议(MCP)服务器,能够代理创建异想天开的图表。该服务器与Whimsical的API集成,从Mermaid标记生成关系图。
演示
这是一个使用此MCP服务器和Claude创建的复杂系统架构图的示例,它显示了模型上下文协议(MCP)架构本身:
特性
- 使用MCP客户端(Claude、Windsurf等)生成的Mermaid标记创建异想天开的图表
- 返回Whimsical图URL和base64编码的图像,以允许客户端迭代其原始标记
安装
通过Smithery安装
通过以下方式自动安装适用于Claude Desktop的Whimsical MCP服务器 史密瑟里:
npx -y @smithery/cli install BrockReece/whimsical-mcp-server --client claude手动安装
# Clone the repository
git clone https://github.com/BrockReece/whimsical-mcp-server.git
# Install dependencies
yarn install
# Build the project
yarn build与MCP客户端集成
更新MCP客户端的配置以指向此存储库的dist文件夹 如:
{
"mcpServers": {
"whimsical": {
"command": "node",
"args": [
"/path/to/this/repo/whimsical-mcp-server/dist/index.js"
]
}
}
}许可证
该项目根据MIT许可证获得许可。
