MCP Actions Adapter
@SecretiveShell
About MCP Actions Adapter
A simple adapter to convert a MCP server to a GPT actions compatible API
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"MCP-actions-adapter": {
"command": "uv",
"args": [
"tool",
"install",
"mcp-actions-adapter"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
Frequently asked questions
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.
Basic information
More Developer Tools MCP servers
TranscriptFetch MCP Server
TranscriptFetchModel Context Protocol (MCP) server for TranscriptFetch: fetch YouTube transcripts, search, channels, and playlists from any MCP client.
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.

BetterBugs
BetterBugsThe BetterBugs MCP (Model Context Protocol) enables you to load BetterBugs bug reports (via report links) directly to your preferred AI Agents and developer environments with MCP Client capabilities (such as Cursor, VS C
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
Comments