Skip to main content
Glama

気まぐれなMCPサーバー

鍛冶屋のバッジ

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

デモ

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

MCPアーキテクチャ

Related MCP server: Mermaid-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

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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