DirectoryOpenAPI / Swagger
Developer Tools

OpenAPI / Swagger

by janwilmake

31
Health
stale
45
Popularity

Universal OpenAPI MCP. Point at any OpenAPI/Swagger spec and get a fully functional MCP server for that API automatically.

892stars
93forks
TypeScript
MIT
Updated May 10, 2026
#openapi#swagger#api#rest#developer-tools

Add to Claude Desktop

Paste this into your claude_desktop_config.json file:

{
  "mcpServers": {
    "openapi-swagger": {
      "command": "npx",
      "args": [
        "-y",
        "openapi-mcp"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Installation

npx openapi-mcp --url https://api.example.com/openapi.json

Maintenance Healthstale

Freshness15/40
Issue response3/30
Org backing10/20
Longevity3/10
Updated this year
Most issues unresolved

Server Info

CategoryDeveloper Tools
LanguageTypeScript
LicenseMIT
StatusACTIVE

Submit Your Server

Built an MCP server? Get it listed in front of thousands of developers.

List Your Server Free
Back to Directory