Coze Workflow
An MCP server to execute Coze workflows locally via a Python script.
在 claude 客户端上安装此 MCP Server
打开 Claude 配置文件 如果你电脑上有安装 VS Code: code ~/Library/Application\ Support/Claude/claude_desktop_config.json 如果你电脑上没有安装 VS Code: 可以执行: open ~/Library/Application\ Support/Claude/claude_desktop_config.json 如果文件不存在,先创建文件: touch ~/Library/Application\ Support/Claude/claude_desktop_config.json
将下列内容粘贴到 Claude 配置文件中:
{
"mcpServers": {
"coze-workflow": {
"command": "uv",
"args": [
"--directory",
"/Users/username/projects/coze-mcp",
"run",
"coze_workflow.py"
]
}
}
}
在 cursor 中安装此 MCP Server
在 cursor mcp 配置中,类型选择 command,command 中贴入以下内容:
uv --directory /Users/username/projects/coze-mcp run coze_workflow.py
Related Servers
MD-PDF MCP Server
A server for converting Markdown files to PDF format. Requires pandoc and weasyprint.
Document Translator
An example MCP server for translating documents, designed for deployment on Cloudflare Workers.
XenonFlare MCP Server
his server allows AI assistants (like Claude) to manage your social media content.
Time MCP Server
Provides the current time using IANA timezone names, with automatic system timezone detection.
PRD Creator MCP Server
A specialized MCP server for creating Product Requirements Documents (PRDs).
Harvest MCP Server
Manage time tracking, projects, clients, and tasks using the Harvest API.
Calculator
This server enables LLMs to use calculator for precise numerical calculations.
Plausible Analytics
An MCP server for interacting with the Plausible Analytics API to access website traffic data.
Shortcut
Interact with the Shortcut project management tool, formerly known as Clubhouse.
Scenext MCP Server
Integrates with the Scenext AI platform to generate educational videos on various topics.