Whimsical MCP 서버
Whimsical은 이제 여기에서 공식 MCP 서버를 제공합니다.
이 서버는 에이전트를 통해 Whimsical 다이어그램을 생성할 수 있게 해주는 서드파티 Model Context Protocol (MCP) 서버입니다. 이 서버는 Whimsical의 API와 통합되어 Mermaid 마크업으로부터 다이어그램을 생성합니다.
데모
이 MCP 서버와 Claude를 사용하여 생성된 복잡한 시스템 아키텍처 다이어그램의 예시입니다. Model Context Protocol (MCP) 아키텍처 자체를 보여줍니다:
Related MCP server: Draw.io MCP Server
기능
MCP 클라이언트(Claude, Windsurf 등)가 생성한 Mermaid 마크업을 사용하여 Whimsical 다이어그램 생성
클라이언트가 원본 마크업을 수정할 수 있도록 Whimsical 다이어그램 URL과 base64로 인코딩된 이미지를 모두 반환
설치
Smithery를 통한 설치
Smithery를 통해 Claude Desktop용 Whimsical MCP 서버를 자동으로 설치하려면:
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 buildMCP 클라이언트와의 통합
MCP 클라이언트의 설정을 업데이트하여 이 저장소의 dist 폴더를 가리키도록 합니다. 예:
{
"mcpServers": {
"whimsical": {
"command": "node",
"args": [
"/path/to/this/repo/whimsical-mcp-server/dist/index.js"
]
}
}
}라이선스
이 프로젝트는 MIT 라이선스 하에 배포됩니다.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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
