Skip to main content
Glama

Whimsical MCP Server

by BrockReece

奇思妙想的 MCP 服务器

一个模型上下文协议 (MCP) 服务器,支持以编程方式创建 Whimsical 图表。该服务器与 Whimsical 的 API 集成,可以从 Mermaid 标记生成图表。

演示

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

MCP 架构

特征

  • 使用 MCP 客户端(Claude、Windsurf 等)生成的 Mermaid 标记创建 Whimsical 图表
  • 返回 Whimsical 图表 URL 和 base64 编码图像,以允许客户端迭代其原始标记

安装

通过 Smithery 安装

要通过Smithery自动为 Claude Desktop 安装 Whimsical MCP Server:

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 许可。

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

通过模型上下文协议,可以使用 Claude 等 AI 模型生成的美人鱼标记以编程方式创建 Whimsical 图表。

  1. 演示
    1. 特征
      1. 安装
        1. 通过 Smithery 安装
        2. 手动安装
        3. 与 MCP 客户端集成
      2. 执照

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that validates and renders Mermaid diagrams.
          Last updated -
          1
          684
          27
          JavaScript
          MIT License
        • -
          security
          A
          license
          -
          quality
          An MCP server that converts text inputs into visualized flowcharts, enabling AI clients to generate high-quality Mermaid diagrams directly from natural language descriptions or structured text.
          Last updated -
          6
          Python
          MIT License
          • Linux
          • Apple
        • -
          security
          F
          license
          -
          quality
          Enables AI assistants to interact with Confluence by converting Markdown documents to professionally styled Confluence pages with Mermaid diagram support.
          Last updated -
          1
          TypeScript
        • -
          security
          F
          license
          -
          quality
          A powerful Model Context Protocol server that automatically generates Mermaid diagrams from code and provides SVG beautification features.
          Last updated -
          TypeScript

        View all related MCP servers

        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