MCP Coze Server

by shizeying

173 downloads
Not rated
GitHub

Description

# MCP Coze Server A MCP server implementation for Coze API ## Installation 1. Install the package from PyPI: ```bash pip install mcp-coze-server ``` 2. Install additional dependencies: ```bash pip install cozepy @ git+https://github.com/shizeying/coze-py.git@v0.13.1.post1 ``` Or…

About

# MCP Coze Server A MCP server implementation for Coze API ## Installation 1. Install the package from PyPI: ```bash pip install mcp-coze-server ``` 2. Install additional dependencies: ```bash pip install cozepy @ git+https://github.com/shizeying/coze-py.git@v0.13.1.post1 ``` Or install from source: ```bash git clone…

Details

Author
shizeying
Downloads
173
Categories
Other

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

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MCP Coze Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

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

MCP Coze Server

A MCP server implementation for Coze API

Installation

1. Install the package from PyPI:

pip install mcp-coze-server

2. Install additional dependencies:

pip install cozepy @ git+https://github.com/shizeying/coze-py.git@v0.13.1.post1

Or install from source:

git clone https://github.com/shizeying/coze-mcp-server.git
cd coze-mcp-server
pip install -r requirements.txt
pip install -e .

Usage

1. 设置环境变量:

export COZE_API_TOKEN="your_api_token"
export COZE_API_BASE="https://api.coze.cn"  # 或其他API地址

2. 运行服务器:

python -m mcp_coze_server

Configuration

Support the following configuration methods:

1. Environment variables:
- COZE_API_TOKEN
- COZE_API_BASE

2. Command line arguments:
- --coze-api-token
- --coze-api-base

Development

1. Clone the repository:

git clone https://github.com/shizeying/coze-mcp-server.git

2. Install dependencies:

pip install -r requirements.txt
pip install -e .

License

This project is licensed under the MIT License - see the LICENSE file for details.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.