Turn any OpenAPI spec or Postman Collection into an MCP server. Zero code, instant deployment.
643
Turn any OpenAPI spec or Postman Collection into an MCP server. Like, instantly.
docker run -p 8080:8080 procoders/openapi-mcp-ts
--spec-url https://petstore3.swagger.io/api/v3/openapi.json
--upstream-url https://petstore3.swagger.io/api/v3
Point Claude Desktop at http://localhost:8080/mcp and you're done.
docker run -p 8080:8080 procoders/openapi-mcp-ts
--spec-url https://api.example.com/openapi.json
--upstream-url https://api.example.com
docker run -p 8080:8080 procoders/openapi-mcp-ts
--spec-url https://your-collection.json
--upstream-url https://api.example.com
docker run -p 8080:8080
-e AUTH_TYPE=bearer
-e AUTH_VALUE="your-token"
procoders/openapi-mcp-ts
--spec-url https://api.example.com/openapi.json
--upstream-url https://api.example.com
Content type
Image
Digest
sha256:fe8646ff5…
Size
99.1 MB
Last updated
9 months ago
docker pull procoders/openapi-mcp-ts