Skip to content
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%
31 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
mcp-api-gen
A MCP for api auto-generation from OpenAPI 2/3 (private network). Takes ~1s for 1000+ APIs.reproducible results, custom request examples. Fo
0 tools
@gpthuman/mcp-server
Model Context Protocol (MCP) server providing access to GPTHuman's API, the leading platform for transforming AI-generated text into natural
0 tools
@metaengine/mcp-server
Model Context Protocol server for spec-first code generation: convert OpenAPI, GraphQL, Protobuf, and SQL specs into typed clients and model
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
mcp-bridge-parser
Convert OpenAPI specs to MCP (Model Context Protocol) server configurations. Works in Node.js, browser, and Deno. Part of MCP-Bridge — https
0 tools

How to use

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

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