返回市场
MCP动作适配器

MCP动作适配器

作者:SecretiveShell26 星标更新:2025-07-05

项目介绍

MCP Actions Adapter

一个简单的适配器,用于将MCP服务器转换为与GPT动作兼容的API

image

安装

uv tool install mcp-actions-adapter

使用方法

  1. 按照claude桌面的方式创建config.json文件。示例配置文件可以在config.example.json文件中找到。

  2. 使用以下命令启动cloudflare隧道:

cloudflared tunnel --url http://localhost:8000
  1. 使用以下命令启动适配器:
uv run mcp-actions-adapter -c config.json --url ${CF_TUNNEL_URL}
  1. 打开自定义GPT构建器,并将http://localhost:8000/openapi.json的内容复制到模式框中。

  2. 测试模型

许可证

本项目采用MIT许可证 - 详情请参阅LICENSE文件 </中文翻译>