Skip to main content
Glama

Whimsical MCP Server

by BrockReece

気まぐれなMCPサーバー

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

デモ

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

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

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 ダイアグラムをプログラムで作成できるようにします。

  1. デモ
    1. 特徴
      1. インストール
        1. Smithery経由でインストール
        2. 手動インストール
        3. MCPクライアントとの統合
      2. ライセンス

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that validates and renders Mermaid diagrams.
          Last updated -
          1
          271
          27
          JavaScript
          MIT License
        • -
          security
          A
          license
          -
          quality
          A server that implements the Model Context Protocol (MCP), providing an interface for LLM applications to generate mermaid.js visualizations and diagrams.
          Last updated -
          Python
          MIT License
        • -
          security
          A
          license
          -
          quality
          An 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 -
          6
          Python
          MIT License
          • Linux
          • Apple
        • -
          security
          F
          license
          -
          quality
          Enables AI assistants to interact with Confluence by converting Markdown documents to professionally styled Confluence pages with Mermaid diagram support.
          Last updated -
          TypeScript

        View all related MCP servers

        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