OpenApiMcpServer

Hagelslag77/OpenApiMcpServer
★ 1 stars TypeScript 🤖 AI/LLM Updated 2d ago
An MCP (Model Context Protocol) server that loads an OpenAPI YAML/JSON specification and exposes it as queryable tools for AI agents.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "openapimcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "Hagelslag77/OpenApiMcpServer"
      ]
    }
  }
}

Topics

mcpmcp-serveropenapirest