気まぐれなMCPサーバー
Whimsical ダイアグラムをプログラムで作成できるモデルコンテキストプロトコル (MCP) サーバーです。このサーバーは Whimsical の API と統合されており、Mermaid マークアップからダイアグラムを生成します。
デモ
以下は、この MCP サーバーと Claude を使用して作成された複雑なシステム アーキテクチャ ダイアグラムの例です。これは、モデル コンテキスト プロトコル (MCP) アーキテクチャ自体を示しています。
特徴
- MCP クライアント (Claude、Windsurf など) によって生成された Mermaid マークアップを使用して、気まぐれな図を作成します。
- Whimsical ダイアグラムの URL と base64 でエンコードされた画像の両方を返し、クライアントが元のマークアップを反復できるようにします。
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の Whimsical MCP Server を自動的にインストールするには:
手動インストール
MCPクライアントとの統合
MCP クライアントの設定を更新して、このリポジトリの dist フォルダーを指すようにします。例:
ライセンス
このプロジェクトは MIT ライセンスに基づいてライセンスされています。
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
モデル コンテキスト プロトコルを通じて、Claude などの AI モデルによって生成された Mermaid マークアップから Whimsical ダイアグラムをプログラムで作成できるようにします。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that validates and renders Mermaid diagrams.Last updated -127127JavaScriptMIT License
- -securityAlicense-qualityA server that implements the Model Context Protocol (MCP), providing an interface for LLM applications to generate mermaid.js visualizations and diagrams.Last updated -PythonMIT License
- -securityAlicense-qualityAn MCP server that converts text inputs into visualized flowcharts, enabling AI clients to generate high-quality Mermaid diagrams directly from natural language descriptions or structured text.Last updated -6PythonMIT License
- -securityFlicense-qualityEnables AI assistants to interact with Confluence by converting Markdown documents to professionally styled Confluence pages with Mermaid diagram support.Last updated -TypeScript