Whimsical MCP Server
Create Whimsical diagrams programmatically using Mermaid markup via the Whimsical API.
Whimsical MCP Server
Whimsical now has an official MCP server available here
A third-party Model Context Protocol (MCP) server that enables the creation of Whimsical diagrams agentically. 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.
관련 서버
Kone.vc
스폰서Monetize your AI agent with contextual product recommendations
Lenny's Podcast Transcripts
Search 286 episodes of product management wisdom from Lenny Rachitsky. Semantic search across 300+ hours of transcripts.
n8n MCP Server
An MCP server for interacting with n8n workflows via natural language.
Quire
This server allows AI assistants to interact with your Quire projects, tasks, and data securely.
Fireflies
Retrieve, search, and summarize meeting transcripts from Fireflies.ai.
MIE - Memory Intelligence Engine
Persistent knowledge graph MCP server that gives AI agents shared memory across sessions and providers. Stores facts, decisions, entities, and events with typed relationships.
Obsidian
A server for interacting with your Obsidian vault.
Kibela
Integrates with the Kibela API to manage knowledge-based content.
Tone
A team task management application for collaboration between humans and AI.
Umami MCP Server
Integrate Umami Analytics with any MCP client like Claude Desktop, VS Code, and more.
Gezhe PPT
Generates PowerPoint presentations (PPTs) based on specified topics using the Gezhe API.