Skip to main content

MCP Server for Coze(coze.com/coze.cn)

Project description

COZE MCP Server

A Model Context Protocol server that provides coze resource and tool.

Available Tools

  • list_workspaces - Get workspaces list
  • list_bots - Get bots list
  • create_bot - Create bot
  • get_me: Get self user info
  • list_workspaces: List workspaces
  • list_bots: List bots
  • retrieve_bot: Retrieve bot info
  • create_bot: Create bot
  • update_bot: Update bot
  • publish_bot: Publish bot to API channel
  • chat_with_bot: Chat with bot
  • chat_with_workflow: Chat with workflow
  • list_voices: List voice

Installation

Using uv (recommended)

When using uv no specific installation is needed. We will use uvx to directly run coze-mcp-server.

Using PIP

Alternatively you can install coze-mcp-server via pip:

pip install coze-mcp-server

After installation, you can run it as a script using:

python -m coze_mcp_server

Configuration

Configure for Claude.app

Add to your Claude settings:

Using uvx
"mcpServers": {
  "coze-mcp-server": {
    "command": "uvx",
    "args": ["coze-mcp-server"]
  }
}
Using docker
"mcpServers": {
  "coze-mcp-server": {
    "command": "docker",
    "args": ["run", "-i", "--rm", "ghcr.io/coze-dev/coze-mcp-server"]
  }
}
Using pip installation
"mcpServers": {
  "coze-mcp-server": {
    "command": "python",
    "args": ["-m", "coze_mcp_server"]
  }
}

Configure for Zed

Add to your Zed settings.json:

Using uvx
"context_servers": [
  "coze-mcp-server": {
    "command": "uvx",
    "args": ["coze-mcp-server"]
  }
],
Using pip installation
"context_servers": {
  "coze-mcp-server": {
    "command": "python",
    "args": ["-m", "coze_mcp_server"]
  }
},

License

MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

coze_mcp_server-0.0.3.tar.gz (66.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

coze_mcp_server-0.0.3-py3-none-any.whl (4.7 kB view details)

Uploaded Python 3

File details

Details for the file coze_mcp_server-0.0.3.tar.gz.

File metadata

  • Download URL: coze_mcp_server-0.0.3.tar.gz
  • Upload date:
  • Size: 66.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.1 CPython/3.12.1 Linux/6.8.0-1021-azure

File hashes

Hashes for coze_mcp_server-0.0.3.tar.gz
Algorithm Hash digest
SHA256 570519450092c297da02f6154c73e773f945bbede3a7ca24ceaee90ff56393f9
MD5 8f6666469debe379df3abe3fcd8e3516
BLAKE2b-256 bf5e2739f916d8ceb6fd09694a9188acd907a951863637a9a90e69f4282c163f

See more details on using hashes here.

File details

Details for the file coze_mcp_server-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: coze_mcp_server-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 4.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.1 CPython/3.12.1 Linux/6.8.0-1021-azure

File hashes

Hashes for coze_mcp_server-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 ce55a0327f46c07b5125c5bc849c2763be1038e2e3eac34a558cab481c911839
MD5 fe643dc3aa32a95e495b9120f0883ba6
BLAKE2b-256 992749f9327603a40272ae21b7416e8abb62912d32b69955a25ced29cf7fadbb

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page