MCP-actions-adapter
Language:
Python
Stars:
9
Forks:
1
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.json
file. -
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
Publisher info
TerminalMan
Computer Science undergraduate passionate about Artificial Intelligence, self-hosted software solutions, and automation.
More MCP servers built with Python
Create, backtest, and execute trades directly in one chat box. The Composer MCP Server gives LLMs the power to backtest investment ideas and execute automated trading strategies. Trade across stocks, ETFs, and crypto directly in Claude.
An MCP to generate presentations with AI. Create and edit PowerPoint presentations with AI.
The PaddleOCR MCP server brings enterprise-grade OCR and document parsing capabilities to AI applications. Built on PaddleOCR — a proven solution with 50,000+ GitHub stars, deeply integrated by leading projects like MinerU, RAGFlow, and OmniParser— with targeted optimizations based on the MCP concept.