Skip to main content
Developer ToolsGo

snaggle-ai/openapi-mcp-server

Connect any HTTP/REST API server using an Open API spec (v3)

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/snaggle-ai/openapi-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "openapi-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "snaggle-ai/openapi-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
Go
Author
snaggle-ai