📦
Actions Adapter
A simple adapter to convert a MCP server to a GPT actions compatible API
0 installs
27 stars
3 forks
Trust: 58 — Fair
Devtools
Installation
npx mcp-actions-adapterAsk AI about Actions Adapter
Powered by Claude · Grounded in docs
I know everything about Actions Adapter. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
MCP Actions Adapter
A simple adapter to convert a MCP server to a GPT actions compatible API

Installation
uv tool install mcp-actions-adapter
Usage
-
Create config.json the same way as claude desktop. An example config file is provided in the
config.example.jsonfile. -
Start a cloudflare tunnel with the following command:
cloudflared tunnel --url http://localhost:8000
- Start the adapter with the following command:
uv run mcp-actions-adapter -c config.json --url ${CF_TUNNEL_URL}
-
Open the custom GPT builder and copy the contents of http://localhost:8000/openapi.json into the schema box.
-
test the model
License
This project is licensed under the MIT License - see the LICENSE file for details
