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
—
其他 分类下的更多 MCP 服务器
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
ghidraMCP
LaurieWiredMCP Server for Ghidra
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
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
评论