Whimsical MCP Server
@BrockReece
Whimsical MCP Server について
MCP server for creating whimsical boards from an LLM context
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"whimsical-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"BrockReece/whimsical-mcp-server",
"--client",
"claude"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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
—
「その他」の他のコンテンツ

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
ICSS
chokcoco不止于 CSS
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Nginx UI
0xJackyYet another WebUI for Nginx
コメント