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.4.tar.gz (67.0 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.4-py3-none-any.whl (4.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: coze_mcp_server-0.0.4.tar.gz
  • Upload date:
  • Size: 67.0 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.4.tar.gz
Algorithm Hash digest
SHA256 c68841ca5fe77756e300194c8043a1b53fa657621035f625ad3e8fa7c42b3bb1
MD5 9407ad46978902a05ceaafcb8cae3edd
BLAKE2b-256 a69f78db6b31df934a3993c613728b90e32397b2e46fca3ff5595d5cf9a4d2d0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coze_mcp_server-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 4.9 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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 430ec84fa99150f65edf10e3ad7ff429e3f822d84a42e9ce165a1b9ff3a1f1fe
MD5 b89afb5a7b5e28b381e3a86ebfb31834
BLAKE2b-256 4eeac44d5299918726507449f27e94cc51770676d79cab9e3df258f1e1c85471

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