MCP Server

APIFold

Turns OpenAPI or Swagger specs into a live MCP server endpoint.

81w ago
Source

Install

npx
npx apifold serve ./your-openapi-spec.yaml --base-url https://api.example.com

Add this to your Claude Code MCP settings or run via the CLI.

About

APIFold reads an OpenAPI 3.x or Swagger 2.x specification and generates a live MCP server endpoint. It supports local CLI usage with `npx apifold serve`, a hosted platform, and a registry of preconfigured API specs. Tool calls execute real HTTP requests against upstream APIs, with OAuth support, access profiles, and credential storage. The repository also includes a standalone transformer library for converting API specs into MCP tool definitions, plus a self-hosted web app, runtime, and CLI packages.

Tags

mcpopenapiswaggerapi-proxycli