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
Anki MCP Server
Connects to Anki via AnkiConnect to retrieve leech-tagged flashcards for use in Claude Desktop.
esa.io
An MCP server for the esa.io API, allowing you to search, read, create, update, and delete posts.
Twenty MCP Server
Enables AI assistants to seamlessly interact with your Twenty CRM data through its API.
URL Shortener
A simple URL shortening tool using the CleanURI API.
Adspirer Ads Manager
Manage digital advertising campaigns with AI-powered insights from Adspirer.com.
PyApple MCP Tools
Python tools for MCP that integrate with native Apple applications like Messages, Notes, Mail, and more on macOS.
ATLAS: Task Management System
A task management system for LLM agents to manage projects, tasks, and knowledge using a Neo4j database for complex workflow automation.
Bear MCP Server
Access and manage your Bear Notes from a local SQLite database.
YNAB MCP Server
Integrate AI assistants with your You Need A Budget (YNAB) account for budget automation and analysis.
TinyTasks MCP Server
A hybrid MCP server compatible with Claude Desktop and Web, supporting both local and web deployment modes for task management.