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
相关服务器
Notion ReadOnly MCP Server
An optimized, read-only MCP server for the Notion API with asynchronous processing.
Expense Tracker
Automated expense management with a Supabase backend and hierarchical category support.
ActiveCampaign
Built for the next generation of intelligent experiences, ActiveCampaign's remote MCP server makes it easy for AI agents to understand, store, and use customer context across tools, channels, and workflows.
Follow Up Boss MCP Server
157-tool MCP server for Follow Up Boss CRM covering contacts, deals, pipeline, tasks, emails, smart lists, action plans, and webhooks.
Asana
Interact with the Asana API to manage tasks, projects, and workspaces.
TimeCamp
Manage TimeCamp time entries and tasks through its API.
Obsidian
Interact with Obsidian vaults to read, create, edit, and manage notes and tags.
clinical-trial-eligibility
Standardized matching logic for patient eligibility against clinical trial criteria.
OpenFinance
Connect your bank accounts to your AI
WSLSnapit-MCP
Capture screenshots and read the clipboard on Windows from within a WSL environment.