Whimsical MCP Server
Whimsical MCP 服务器
Whimsical 现已提供官方 MCP 服务器,点击此处访问
这是一个第三方模型上下文协议 (MCP) 服务器,支持以代理方式创建 Whimsical 图表。该服务器与 Whimsical 的 API 集成,可根据 Mermaid 标记生成图表。
演示
以下是使用此 MCP 服务器和 Claude 创建的复杂系统架构图示例——它展示了模型上下文协议 (MCP) 本身的架构:

Related MCP server: Engineering MCP Server
功能
使用 MCP 客户端(Claude、Windsurf 等)生成的 Mermaid 标记创建 Whimsical 图表
返回 Whimsical 图表 URL 和 base64 编码的图像,以便客户端根据原始标记进行迭代
安装
通过 Smithery 安装
要通过 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 许可证授权。
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
- AlicenseBqualityAmaintenanceEnables AI agents to programmatically create, modify, and analyze Draw.io diagrams through the Model Context Protocol. Supports generating architectural diagrams, flowcharts, and visualizations with bidirectional communication between AI systems and Draw.io.13741,443MIT
- AlicenseNot gradedqualityFmaintenanceEnables language-model agents to create, modify, analyze, and persist process-engineering diagrams (P\&IDs and flowsheets) in machine-readable formats via the Model Context Protocol.5MIT
- AlicenseBqualityDmaintenanceEnables AI assistants like Claude to create and edit electronic circuit diagrams using the schemdraw library through the Model Context Protocol.93MIT
- AlicenseCqualityDmaintenanceEnables AI models to create and manage various types of diagrams (flowcharts, UML, network diagrams, etc.) via the Model Context Protocol.26746ISC
Related MCP Connectors
Let Claude, Cursor, or ChatGPT author Mermaid diagrams your team can read and share.
Generate dynamic Mermaid diagrams and charts with AI assistance. Customize styles and export diagr…
Create and edit flowcharts, mind maps, wireframes, and docs in Whimsical, or search your workspace.
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/BrockReece/whimsical-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server