MCP 伺服器

APIFold

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

81w ago
來源

安裝

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

把這段加入 Claude Code MCP 設定,或直接透過 CLI 執行。

介紹

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.

標籤

mcpopenapiswaggerapi-proxycli