DirectoryOpenAPI / Swagger
Developer Tools

OpenAPI / Swagger

by janwilmake

33
Health
stale
88
Popularity

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

TypeScript
MIT
Updated April 12, 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

Freshness10/40
Issue response15/30
Org backing5/20
Longevity3/10
Solo project

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