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 (MCP) server that converts Mermaid diagrams to PNG images.
          Last updated -
          1
          340
          62
          JavaScript
          MIT License
        • -
          security
          F
          license
          -
          quality
          Connects Houdini to Claude AI through Model Context Protocol, enabling AI-assisted 3D modeling, scene creation, simulation setup, and rendering through natural language commands.
          Last updated -
          37
          • Apple
          • Linux
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that validates and renders Mermaid diagrams.
          Last updated -
          1
          40
          11
          JavaScript
          MIT License
        • A
          security
          A
          license
          A
          quality
          Integration that connects Sketchup to Claude AI through the Model Context Protocol, allowing Claude to directly interact with and control Sketchup for prompt-assisted 3D modeling, scene creation, and manipulation.
          Last updated -
          10
          4
          MIT License
          • Apple

        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