Coze Workflow - Secure MCP Server by ALMC Security 2025

Coze Workflow

View on GitHub

在 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 in Productivity - Secure MCP Servers

ServerSummaryActions
gotoHumangotoHuman makes it easy to add human approvals to AI agents and agentic workflows. A fully-managed a...View
PlanfixView
Omi MemoriesThis is a Model Context Protocol (MCP) server that provides access to Omi memories for a specific us...View
Quire MCP ServerThis is a "vibe-based" coding project. While functional, it is developed with a focus on rapid imple...View
Goodday MCP ServerA Model Context Protocol (MCP) server for integrating with Goodday project management platform. This...View
macOS Remote ControlThe first open-source MCP server that enables AI to fully control remote macOS systems, now with a w...View