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

COZE-MCP-SERVER
serveur MCP pour 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.
相关推荐
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
Confidential guide on numerology and astrology, based of GG33 Public information
Advanced software engineer GPT that excels through nailing the basics.
Take an adjectivised noun, and create images making it progressively more adjective!
Découvrez la collection la plus complète et la plus à jour de serveurs MCP sur le marché. Ce référentiel sert de centre centralisé, offrant un vaste catalogue de serveurs MCP open-source et propriétaires, avec des fonctionnalités, des liens de documentation et des contributeurs.
Manipulation basée sur Micropython I2C de l'exposition GPIO de la série MCP, dérivée d'Adafruit_MCP230XX
Une passerelle API unifiée pour intégrer plusieurs API d'explorateur de blockchain de type étherscan avec la prise en charge du protocole de contexte modèle (MCP) pour les assistants d'IA.
Miroir dehttps: //github.com/bitrefill/bitrefill-mcp-server
MCP Server pour récupérer le contenu de la page Web à l'aide du navigateur sans tête du dramwright.
Reviews

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