
coze mcp server
mcp server for coze
Repository Info
About This Server
mcp server for coze
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
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.
Quick Start
Clone the repository
git clone https://github.com/coze-dev/coze-mcp-serverInstall dependencies
cd coze-mcp-server
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.