Generates Whimsical diagrams from Mermaid markup using an LLM context via the Model Context Protocol.
Whimsical enables the programmatic creation of diagrams within Whimsical using Mermaid markup. Functioning as a Model Context Protocol (MCP) server, it integrates with Whimsical's API to generate diagrams based on markup provided by an MCP client such as Claude. It returns both the Whimsical diagram URL and a base64 encoded image, facilitating iterative refinements by the client.
Key Features
01Integrates with MCP clients (e.g., Claude, Windsurf).
02Provides base64 encoded image of the diagram.
03Creates Whimsical diagrams from Mermaid markup.
04Returns Whimsical diagram URL.
Use Cases
01Generating system architecture diagrams.
02Creating diagrams programmatically from LLM contexts.