Whimsical MCP Server

local-only server

The server can only run on the client’s local machine because it depends on local resources.

Integrations

  • Uses Mermaid markup to generate Whimsical diagrams through the Whimsical API

기발한 MCP 서버

Whimsical 다이어그램을 프로그래밍 방식으로 생성할 수 있는 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 서버는 Whimsical API와 통합되어 Mermaid 마크업에서 다이어그램을 생성합니다.

데모

다음은 MCP 서버와 Claude를 사용하여 만든 복잡한 시스템 아키텍처 다이어그램의 예입니다. 이는 MCP(Model Context Protocol) 아키텍처 자체를 보여줍니다.

특징

  • MCP 클라이언트(Claude, Windsurf 등)가 생성한 Mermaid 마크업을 사용하여 기발한 다이어그램을 만듭니다.
  • 클라이언트가 원래 마크업을 반복할 수 있도록 Whimsical 다이어그램 URL과 base64로 인코딩된 이미지를 모두 반환합니다.

설치

Smithery를 통해 설치

Smithery를 통해 Claude Desktop용 Whimsical MCP Server를 자동으로 설치하려면:

지엑스피1

수동 설치

# 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

Claude와 같은 AI 모델이 Model Context Protocol을 통해 생성한 Mermaid 마크업에서 Whimsical 다이어그램을 프로그래밍 방식으로 생성할 수 있습니다.

  1. Demo
    1. Features
      1. Installation
        1. Installing via Smithery
        2. Manual Installation
        3. Integration with MCP Client
      2. License
        ID: wfscug0oke