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 listlist_bots- Get bots listcreate_bot- Create botget_me: Get self user infolist_workspaces: List workspaceslist_bots: List botsretrieve_bot: Retrieve bot infocreate_bot: Create botupdate_bot: Update botpublish_bot: Publish bot to API channelchat_with_bot: Chat with botchat_with_workflow: Chat with workflowlist_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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c68841ca5fe77756e300194c8043a1b53fa657621035f625ad3e8fa7c42b3bb1
|
|
| MD5 |
9407ad46978902a05ceaafcb8cae3edd
|
|
| BLAKE2b-256 |
a69f78db6b31df934a3993c613728b90e32397b2e46fca3ff5595d5cf9a4d2d0
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
430ec84fa99150f65edf10e3ad7ff429e3f822d84a42e9ce165a1b9ff3a1f1fe
|
|
| MD5 |
b89afb5a7b5e28b381e3a86ebfb31834
|
|
| BLAKE2b-256 |
4eeac44d5299918726507449f27e94cc51770676d79cab9e3df258f1e1c85471
|