Back to MCP Servers

Openapi

MCP server that lets LLMs know everything about your OpenAPI specifications to discover, explain and generate code/mock data

developer-toolsapiaillm

Installation

npx -y mcp-openapi

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub