这是一个模型上下文协议(MCP)服务器,它能借助Mermaid标记生成Whimsical图表。该服务器与Whimsical的API集成,可将Mermaid标记转化为图表,为用户带来便利。
俏皮MCP服务器允许你通过Mermaid标记生成Whimsical图表。下面为你展示使用示例和安装方法。
若要自动通过Smithery为Claude桌面安装Whimsical MCP服务器,可使用以下命令:
npx -y @smithery/cli install BrockReece/whimsical-mcp-server --client claude
# 克隆仓库
git clone https://github.com/BrockReece/whimsical-mcp-server.git
# 安装依赖项
yarn install
# 构建项目
yarn build
更新MCP客户端的配置文件,使其指向此仓库的dist文件夹。例如:
{
"mcpServers": {
"whimsical": {
"command": "node",
"args": [
"/path/to/this/repo/whimsical-mcp-server/dist/index.js"
]
}
}
}
以下是一个使用此MCP服务器和Claude创建的复杂系统架构图示例:
此项目根据MIT许可证发布。