Convert any web API into an MCP server in seconds. Provide an OpenAPI spec and get a fully functional MCP server.
npx -y open-mcp
```json
{
"mcpServers": {
"open-mcp": {
"command": "npx",
"args": ["-y", "open-mcp"]
}
}
}
```
convert_openapigenerate_toolsserve_apivalidate_speclist_endpointsOpen MCP is a tool that converts any web API into a fully functional MCP server by parsing its OpenAPI/Swagger specification. Point it at an API spec, and it auto-generates all the MCP tools, parameter validation, and documentation. This enables AI agents to use any REST API without custom server code.
Language: TypeScript
Category: Infrastructure