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

コメント

「その他」の他のコンテンツ