Skip to main content
Glama

Whimsical MCP 服务器

Whimsical 现已提供官方 MCP 服务器,点击此处访问

这是一个第三方模型上下文协议 (MCP) 服务器,支持以代理方式创建 Whimsical 图表。该服务器与 Whimsical 的 API 集成,可根据 Mermaid 标记生成图表。

演示

以下是使用此 MCP 服务器和 Claude 创建的复杂系统架构图示例——它展示了模型上下文协议 (MCP) 本身的架构:

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 许可证授权。

F
license - not found
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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