coze-mcp-server
OfficialProvides tools for interacting with Coze, including managing workspaces, bots, and conversations.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@coze-mcp-serverlist my bots"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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-serverAfter installation, you can run it as a script using:
python -m coze_mcp_serverRelated MCP server: Notion MCP Server
Configuration
Configure for Claude.app
Add to your Claude settings:
"mcpServers": {
"coze-mcp-server": {
"command": "uvx",
"args": ["coze-mcp-server"]
}
}"mcpServers": {
"coze-mcp-server": {
"command": "docker",
"args": ["run", "-i", "--rm", "ghcr.io/coze-dev/coze-mcp-server"]
}
}"mcpServers": {
"coze-mcp-server": {
"command": "python",
"args": ["-m", "coze_mcp_server"]
}
}Configure for Zed
Add to your Zed settings.json:
"context_servers": [
"coze-mcp-server": {
"command": "uvx",
"args": ["coze-mcp-server"]
}
],"context_servers": {
"coze-mcp-server": {
"command": "python",
"args": ["-m", "coze_mcp_server"]
}
},License
MIT License.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Model Context Protocol server for the Apideck Unified API. Connect any MCP-compatible agent framework to 100+ accounting systems, HRIS platforms, file storage providers, and more through one integration. More information https://www.apideck.com/mcp-server
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
The Mercado Pago MCP Server implements the Model Context Protocol to provide AI agents and LLMs with access to Mercado Pago's APIs and tools within compatible development environments. It acts as an intermediary that translates Mercado Pago resources into executable functions (tools) that AI applications can invoke to perform actions and automate flows. The server simplifies integration, enables using documentation to implement or improve code, and optimizes operations through natural language interactions without manual implementations.
Related MCP Servers
- FlicenseNot gradedqualityFmaintenanceThis server implements the Model Context Protocol to facilitate meaningful interaction and understanding development between humans and AI through structured tools and progressive interaction patterns.57-
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that provides a standardized interface for AI models to access, query, and modify content in Notion workspaces.9914MIT
- AlicenseAqualityCmaintenanceA Model Context Protocol server that enables AI assistants to interact with Coda documents, allowing operations like listing, creating, reading, updating, and duplicating pages.1947964MIT
- AlicenseNot gradedqualityDmaintenanceA server that implements the Model Context Protocol, providing a standardized way to connect AI models to different data sources and tools.1511MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/coze-dev/coze-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server