Whimsical MCP Server

local-only server

The server can only run on the client’s local machine because it depends on local resources.

Integrations

  • Uses Mermaid markup to generate Whimsical diagrams through the Whimsical API

気まぐれなMCPサーバー

Whimsical ダイアグラムをプログラムで作成できるモデルコンテキストプロトコル (MCP) サーバーです。このサーバーは Whimsical の API と統合されており、Mermaid マークアップからダイアグラムを生成します。

デモ

以下は、この MCP サーバーと Claude を使用して作成された複雑なシステム アーキテクチャ ダイアグラムの例です。これは、モデル コンテキスト プロトコル (MCP) アーキテクチャ自体を示しています。

特徴

  • MCP クライアント (Claude、Windsurf など) によって生成された Mermaid マークアップを使用して、気まぐれな図を作成します。
  • 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

モデル コンテキスト プロトコルを通じて、Claude などの AI モデルによって生成された Mermaid マークアップから Whimsical ダイアグラムをプログラムで作成できるようにします。

  1. Demo
    1. Features
      1. Installation
        1. Installing via Smithery
        2. Manual Installation
        3. Integration with MCP Client
      2. License
        ID: wfscug0oke