Skip to main content
Glama
coze-dev

coze-mcp-server

Official
by coze-dev

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

  • list_workspaces: List workspaces

  • list_bots: List bots

  • retrieve_bot: Retrieve bot info

  • create_bot: Create bot

  • 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

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

Related 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.

Maintenance

ActivityInactive
ResponsivenessSyncing

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

Related MCP Servers

Latest Blog Posts

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