気まぐれなMCPサーバー
Whimsical ダイアグラムをプログラムで作成できるモデルコンテキストプロトコル (MCP) サーバーです。このサーバーは Whimsical の API と統合されており、Mermaid マークアップからダイアグラムを生成します。
デモ
以下は、この MCP サーバーと Claude を使用して作成された複雑なシステム アーキテクチャ ダイアグラムの例です。これは、モデル コンテキスト プロトコル (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 buildMCPクライアントとの統合
MCP クライアントの設定を更新して、このリポジトリの dist フォルダーを指すようにします。例:
{
"mcpServers": {
"whimsical": {
"command": "node",
"args": [
"/path/to/this/repo/whimsical-mcp-server/dist/index.js"
]
}
}
}ライセンス
このプロジェクトは MIT ライセンスに基づいてライセンスされています。
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.