MCP Actions Adapter
@SecretiveShell
关于 MCP Actions Adapter
A simple adapter to convert a MCP server to a GPT actions compatible API
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"MCP-actions-adapter": {
"command": "uv",
"args": [
"tool",
"install",
"mcp-actions-adapter"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Actions Adapter?
MCP Actions Adapter is a tool that converts any MCP (Model Context Protocol) server into an API compatible with OpenAI GPT Actions. It is designed for developers who want to expose MCP server tools as custom actions in OpenAI's GPT platform.
How to use MCP Actions Adapter?
Install with uv tool install mcp-actions-adapter. Create a config.json file following the same format used by Claude Desktop (an example is provided). Start a Cloudflare tunnel with cloudflared tunnel --url http://localhost:8000, then run the adapter with uv run mcp-actions-adapter -c config.json --url ${CF_TUNNEL_URL}. Finally, open the Custom GPT builder and paste the contents of http://localhost:8000/openapi.json into the schema box.
Key features of MCP Actions Adapter
- Converts an MCP server to a GPT Actions compatible API
- Uses the same config.json format as Claude Desktop
- Provides a live OpenAPI schema at
/openapi.json - Requires only a Cloudflare tunnel for public access
- Licensed under MIT
Use cases of MCP Actions Adapter
- Expose MCP server tools as custom actions in OpenAI GPTs
- Bridge existing MCP tools with OpenAI’s GPT Actions framework
- Quickly prototype GPT custom actions without writing a separate API
FAQ from MCP Actions Adapter
What does MCP Actions Adapter do?
It converts an MCP server to a GPT Actions compatible API, allowing MCP tools to be used as custom actions in OpenAI's GPT platform.
How do I install MCP Actions Adapter?
Install it using uv tool install mcp-actions-adapter. Ensure you have uv and cloudflared available on your system.
How do I configure MCP Actions Adapter?
Create a config.json file with the same structure used by Claude Desktop. An example config file is provided in the repository.
How do I make the adapter publicly accessible?
Start a Cloudflare tunnel pointing to http://localhost:8000 using the command cloudflared tunnel --url http://localhost:8000, then run the adapter with the tunnel URL passed via the --url parameter.
开发工具 分类下的更多 MCP 服务器
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
评论