MCP.so
登录

MCP Coze Server

@shizeying

关于 MCP Coze Server

暂无概览

基本信息

分类

其他

许可证

MIT license

运行时

python

传输方式

stdio

发布者

shizeying

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "coze-mcp-server-shizeying": {
      "command": "python",
      "args": [
        "-m",
        "mcp_coze_server"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Coze Server?

MCP Coze Server is an MCP (Model Context Protocol) server implementation that integrates with the Coze API. It is designed for developers who want to use Coze’s capabilities through the MCP protocol.

How to use MCP Coze Server?

Install the package via PyPI (pip install mcp-coze-server) and the additional cozepy dependency. Set environment variables COZE_API_TOKEN and COZE_API_BASE (or use command-line arguments --coze-api-token and --coze-api-base), then run the server with python -m mcp_coze_server.

Key features of MCP Coze Server

  • MCP server for Coze API integration
  • Supports configuration via environment variables or CLI arguments
  • Installable from PyPI or source
  • Licensed under the MIT License

Use cases of MCP Coze Server

FAQ from MCP Coze Server

What is MCP Coze Server used for?

It is an MCP server that provides access to the Coze API, allowing language models to interact with Coze through the Model Context Protocol.

How do I install MCP Coze Server?

Install via pip install mcp-coze-server and then pip install cozepy @ git+https://github.com/shizeying/[email protected]. Alternatively, clone the repository and install from source.

What environment variables are required?

Set COZE_API_TOKEN for your API token and optionally COZE_API_BASE for the API base URL (default is https://api.coze.cn). These can also be passed as command-line arguments.

What are the runtime dependencies?

The server requires Python and the cozepy library (version v0.13.1.post1 from the provided git repository).

What license does MCP Coze Server use?

This project is licensed under the MIT License.

评论

其他 分类下的更多 MCP 服务器