MCP.so
Sign In
Servers

MCP Coze Server

@shizeying

Overview

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.

More from Other