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 (MCP) server that converts Mermaid diagrams to PNG images.
          Last updated -
          1
          340
          62
          JavaScript
          MIT License
        • -
          security
          F
          license
          -
          quality
          Connects Houdini to Claude AI through Model Context Protocol, enabling AI-assisted 3D modeling, scene creation, simulation setup, and rendering through natural language commands.
          Last updated -
          37
          • Apple
          • Linux
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that validates and renders Mermaid diagrams.
          Last updated -
          1
          40
          11
          JavaScript
          MIT License
        • A
          security
          A
          license
          A
          quality
          Integration that connects Sketchup to Claude AI through the Model Context Protocol, allowing Claude to directly interact with and control Sketchup for prompt-assisted 3D modeling, scene creation, and manipulation.
          Last updated -
          10
          4
          MIT License
          • Apple

        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