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

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", "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"]
  }
},

Build

Docker build:

cd src/coze_mcp_server
docker build -t 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.2.tar.gz (66.6 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.2-py3-none-any.whl (4.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: coze_mcp_server-0.0.2.tar.gz
  • Upload date:
  • Size: 66.6 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.2.tar.gz
Algorithm Hash digest
SHA256 191e666e9a43057d30ad3f10302938a72dba53dfa057b68f036c6c5b173707e6
MD5 4dcd6c7ccc45d984ea214ee9b223e4eb
BLAKE2b-256 241bc313142dc9d7a501179d0759568db765ca8aea09e8614fe8a46fa0a3e8a4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: coze_mcp_server-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 4.6 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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 1a716595f98420328ec9b5317e92b9d0dbac6f36d1ac64767dddd5345e9d88c7
MD5 cf3453381953d1dfff33e947e128186f
BLAKE2b-256 657d997589bbf5adc2ef616c8b64e5be3f7ff2ee7a41a653840df3ba90684721

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