Skip to main content
Glama

Whimsical MCP Server

by BrockReece

기발한 MCP 서버

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

데모

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

MCP 아키텍처

특징

  • 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

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 모델이 Model Context Protocol을 통해 생성한 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
          390
          98
          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