Whimsical MCP Server
@BrockReece
About Whimsical MCP Server
MCP server for creating whimsical boards from an LLM context
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"whimsical-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"BrockReece/whimsical-mcp-server",
"--client",
"claude"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Whimsical MCP Server?
A third-party Model Context Protocol (MCP) server that lets you create Whimsical diagrams agentically by integrating with Whimsical’s API. It accepts Mermaid markup generated by an MCP client (e.g., Claude, Windsurf) and returns both a Whimsical diagram URL and a base64‑encoded image so the client can iterate on the original markup.
How to use Whimsical MCP Server?
Install automatically via Smithery (npx -y @smithery/cli install BrockReece/whimsical-mcp-server --client claude) or manually by cloning the repository, installing dependencies (yarn install), and building (yarn build). Then add a mcpServers entry to your MCP client’s configuration pointing to the built dist/index.js file.
Key features of Whimsical MCP Server
- Creates Whimsical diagrams from Mermaid markup.
- Returns both a Whimsical diagram URL and a base64‑encoded image.
- Designed to work with MCP clients like Claude and Windsurf.
Use cases of Whimsical MCP Server
- Generating system architecture diagrams from Mermaid markup via an MCP client.
- Iteratively refining diagrams by inspecting returned images and URLs.
- Automating diagram creation as part of an agentic workflow.
FAQ from Whimsical MCP Server
—
Basic information
More Other MCP servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Comments