Back to search
30
MCP

API-to-MCP-Generator

pypi/api-to-mcp-generator

Transform any OpenAPI specification into a production-ready Model Context Protocol (MCP) server. Instantly make your REST APIs available to AI agents like Claude and GPT-4 with zero manual coding.

Uptime
0.0%
5 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

mcp-openapi-server
MCP Server (Model Context Protocol) for turning OpenAPI specifications into a MCP Resource
0 tools
iflow-mcp_image-gen-mcp
An MCP (Model Context Protocol) server that integrates with OpenAI's gpt-image-1 model for text-to-image generation services
0 tools
pivotalservicesoss/openapi-to-mcp
Generic MCP gateway that converts any OpenAPI spec into MCP tools for AI agents.
0 tools
awslabs.openapi-mcp-server
An AWS Labs Model Context Protocol (MCP) server for OpenAPI
0 tools
auto-mcp
Transform any OpenAPI/Swagger definition into a fully-featured Model Context Protocol (MCP) server
0 tools
procoders/openapi-mcp-ts
Turn any OpenAPI spec or Postman Collection into an MCP server. Zero code, instant deployment.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "api-to-mcp-generator": {
      "url": "None",
      "transport": "http"
    }
  }
}