I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

BrockReece_whimsical-mcp-server
Mirror ofhttps://github.com/BrockReece/whimsical-mcp-server
3 years
Works with Finder
0
Github Watches
1
Github Forks
0
Github Stars
Whimsical MCP Server
A Model Context Protocol (MCP) server that enables the creation of Whimsical diagrams programmatically. This server integrates with Whimsical's API to generate diagrams from Mermaid markup.
Demo
Here's an example of a complex system architecture diagram created using this MCP server and Claude - it shows the Model Context Protocol (MCP) architecture itself:
Features
- Create Whimsical diagrams using Mermaid markup generated by the MCP Client (Claude, Windsurf, etc.)
- Returns both the Whimsical diagram URL and a base64 encoded image to allow the Client to iterate on it's original markup
Installation
Installing via Smithery
To install Whimsical MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install BrockReece/whimsical-mcp-server --client claude
Manual Installation
# Clone the repository
git clone https://github.com/BrockReece/whimsical-mcp-server.git
# Install dependencies
yarn install
# Build the project
yarn build
Integration with MCP Client
Update the MCP Client's config to point to this repository's dist folder eg:
{
"mcpServers": {
"whimsical": {
"command": "node",
"args": [
"/path/to/this/repo/whimsical-mcp-server/dist/index.js"
]
}
}
}
License
This project is licensed under the MIT License.
相关推荐
Converts Figma frames into front-end code for various mobile frameworks.
I find academic articles and books for research and literature reviews.
Confidential guide on numerology and astrology, based of GG33 Public information
Embark on a thrilling diplomatic quest across a galaxy on the brink of war. Navigate complex politics and alien cultures to forge peace and avert catastrophe in this immersive interstellar adventure.
A unified API gateway for integrating multiple etherscan-like blockchain explorer APIs with Model Context Protocol (MCP) support for AI assistants.
Mirror ofhttps://github.com/suhail-ak-s/mcp-typesense-server
本项目是一个钉钉MCP(Message Connector Protocol)服务,提供了与钉钉企业应用交互的API接口。项目基于Go语言开发,支持员工信息查询和消息发送等功能。
Short and sweet example MCP server / client implementation for Tools, Resources and Prompts.
Reviews

user_9oEt2PjV
The BrockReece_whimsical-mcp-server by MCP-Mirror is a fantastic addition to the MCP suite. Its robust features and seamless integration with existing MCP applications make it a must-have for any user. The clear documentation and welcoming onboarding process ensure a smooth experience. Highly recommended for anyone looking to enhance their server management capabilities! Check it out at: https://github.com/MCP-Mirror/BrockReece_whimsical-mcp-server.