Cover image
Try Now
2025-03-27

mcp server for coze

3 years

Works with Finder

2

Github Watches

2

Github Forks

13

Github Stars

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

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.

相关推荐

  • NiKole Maxwell
  • I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Yasir Eryilmaz
  • AI scriptwriting assistant for short, engaging video content.

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • Daren White
  • A supportive coach for mastering all Spanish tenses.

  • Yusuf Emre Yeşilyurt
  • I find academic articles and books for research and literature reviews.

  • Carlos Ferrin
  • Encuentra películas y series en plataformas de streaming.

  • J. DE HARO OLLE
  • Especialista en juegos de palabras en varios idiomas.

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://zenepic.net
  • Embark on a thrilling diplomatic quest across a galaxy on the brink of war. Navigate complex politics and alien cultures to forge peace and avert catastrophe in this immersive interstellar adventure.

  • huahuayu
  • A unified API gateway for integrating multiple etherscan-like blockchain explorer APIs with Model Context Protocol (MCP) support for AI assistants.

  • deemkeen
  • control your mbot2 with a power combo: mqtt+mcp+llm

  • zhaoyunxing92
  • 本项目是一个钉钉MCP(Message Connector Protocol)服务,提供了与钉钉企业应用交互的API接口。项目基于Go语言开发,支持员工信息查询和消息发送等功能。

  • justmywyw
  • Short and sweet example MCP server / client implementation for Tools, Resources and Prompts.

  • sligter
  • Lite-MCP-Client是一个基于命令行的轻量级MCP客户端工具

    Reviews

    1 (1)
    Avatar
    user_Ht2ZfoSG
    2025-04-16

    I recently started using the Coze-MCP-Server by coze-dev and I must say, it's an incredibly robust tool. It perfectly integrates with my projects, offering seamless performance and reliability. The documentation is thorough and easy to follow, making installation and configuration a breeze. I especially appreciate the welcoming message that makes getting started more straightforward. Highly recommend checking it out on GitHub.