MCP.so
登录

Whimsical MCP Server

@BrockReece

关于 Whimsical MCP Server

MCP server for creating whimsical boards from an LLM context

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

BrockReece

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "whimsical-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "BrockReece/whimsical-mcp-server",
        "--client",
        "claude"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Whimsical MCP Server?

A third-party Model Context Protocol (MCP) server that lets you create Whimsical diagrams agentically by integrating with Whimsical’s API. It accepts Mermaid markup generated by an MCP client (e.g., Claude, Windsurf) and returns both a Whimsical diagram URL and a base64‑encoded image so the client can iterate on the original markup.

How to use Whimsical MCP Server?

Install automatically via Smithery (npx -y @smithery/cli install BrockReece/whimsical-mcp-server --client claude) or manually by cloning the repository, installing dependencies (yarn install), and building (yarn build). Then add a mcpServers entry to your MCP client’s configuration pointing to the built dist/index.js file.

Key features of Whimsical MCP Server

  • Creates Whimsical diagrams from Mermaid markup.
  • Returns both a Whimsical diagram URL and a base64‑encoded image.
  • Designed to work with MCP clients like Claude and Windsurf.

Use cases of Whimsical MCP Server

  • Generating system architecture diagrams from Mermaid markup via an MCP client.
  • Iteratively refining diagrams by inspecting returned images and URLs.
  • Automating diagram creation as part of an agentic workflow.

FAQ from Whimsical MCP Server

评论

其他 分类下的更多 MCP 服务器