coze-mcp-server
19
COZE MCP Server is a Model Context Protocol server designed to manage and interact with workspaces, bots, and workflows efficiently. It supports multiple installation methods and can be configured with various tools for diverse usage scenarios.
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
- retrieve_bot: Retrieve bot info
- 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)
Use uvx to directly run coze-mcp-server.
Using PIP
Install via pip: pip install coze-mcp-server
. Run it as a script using python -m coze_mcp_server.
Configuration
Configure in your application settings for Claude.app and Zed using uvx or pip installation.