P

MCP-actions-adapter

...
Created 3/1/2025bySecretiveShell

Language:

Python

Stars:

9

Forks:

1

MCP Actions Adapter

A simple adapter to convert a MCP server to a GPT actions compatible API

image

Installation

uv tool install mcp-actions-adapter

Usage

  1. Create config.json the same way as claude desktop. An example config file is provided in the config.example.json file.

  2. Start a cloudflare tunnel with the following command:

cloudflared tunnel --url http://localhost:8000
  1. Start the adapter with the following command:
uv run mcp-actions-adapter -c config.json --url ${CF_TUNNEL_URL}
  1. Open the custom GPT builder and copy the contents of http://localhost:8000/openapi.json into the schema box.

  2. test the model

License

This project is licensed under the MIT License - see the LICENSE file for details

Last updated: 3/3/2025

Publisher info

SecretiveShell's avatar

TerminalMan

Computer Science undergraduate passionate about Artificial Intelligence, self-hosted software solutions, and automation.

United Kingdom
35
followers
14
following
65
repos

More MCP servers built with Python

apollo-io-mcp-server

MCP server that exposes the Apollo.io API functionalities as tools

By Edward Choh
mcp-openvision

MCP Server using OpenRouter models to get descriptions for images

By Nazruden2
DeepView MCP

Enables IDEs like Cursor and Windsurf to analyze large codebases using Gemini's extensive context window.

By ai-1st