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
Documentation Workflow MVP
An AI-powered documentation management system with hierarchical context management and session continuity.
Google Keep
Read, create, update and delete Google Keep notes.
Spotify
Control your Spotify music playback through conversations using the Spotify API.
Google Sheets MCP
A server for interacting with Google Sheets, allowing you to read, write, and manage spreadsheet data.
Helios-9
Provides comprehensive project management context to AI agents using the Helios-9 API.
Tmux
Interact with your Tmux sessions, windows and pane, execute commands in tmux panes and retrieve result.
Todoist MCP
Interact with your Todoist account to manage tasks and projects.
Headlesshost MCP
Agentic first headless CMS
ActivityWatch MCP Server
An MCP server for ActivityWatch, allowing interaction with your personal time tracking data.
Umami Analytics
Access website analytics data from your Umami instance.