An MCP server to execute Coze workflows locally via a Python script.
打开 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 配置中,类型选择 command,command 中贴入以下内容:
uv --directory /Users/username/projects/coze-mcp run coze_workflow.py
Interact with your Obsidian vault from your IDE or Claude Desktop.
Integrates AutoCAD with large language models (LLMs) for natural language interaction. Requires AutoCAD 2018+ on Windows.
An MCP extension for the Claude Desktop application that enables automation and integration.
Connects AI agents to the Feishu/Lark platform for automating tasks like document processing, conversation management, and calendar scheduling.
A modular MCP server for task orchestration, API integration, and knowledge synthesis using a finite state machine.
A server that enables access to Joplin notes and to-dos through the Model Context Protocol (MCP).
Manage task backlogs using a file-based JSON storage system.
Interact with Trello boards and cards via the Trello API, with built-in rate limiting and error handling.
Interact with the Taiga project management platform through an MCP bridge, allowing AI tools to manage project resources.
A containerized MCP server for Microsoft 365, featuring OAuth authentication and OpenTelemetry instrumentation for monitoring.