openapi-2-mcpserver

nafiul-earth/openapi-2-mcpserver
★ 3 stars Python 🔌 API Integration Updated 10mo ago
An MCP server.
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": {
    "openapi-2-mcpserver": {
      "command": "uvx",
      "args": [
        "openapi-2-mcpserver"
      ]
    }
  }
}

Or install with pip: pip install openapi-2-mcpserver