Back to Apps

OpenAPI to MCP
by combinatorial-clipartist4822
Instantly generate MCP servers from OpenAPI/Swagger specifications for seamless AI tool integration.
0 stars
Works in:claude
Exposes:Tools
What it does
OpenAPI to MCP is a generator that transforms standard OpenAPI or Swagger specifications into functional Model Context Protocol (MCP) servers. It bridges the gap between existing REST APIs and AI assistants, allowing models to call API endpoints as native tools without manual coding.
Tools
generate_server: Converts an OpenAPI JSON/YAML file into a Vercel-ready MCP server.validate_spec: Checks OpenAPI files for compatibility with MCP generation.
Installation
{
"mcpServers": {
"openapi-to-mcp": {
"command": "npx",
"args": ["-y", "openapi-to-mcp"]
}
}
}
Supported hosts
- Claude Desktop
- Vercel
Quick install
npm install -g openapi-to-mcpInformation
- Pricing
- free
- Published
- 6/8/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Install via npm and add to claude_desktop_config.json using npx openapi-to-mcp.





