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.

コメント

「その他」の他のコンテンツ