developer tools

Openapi Mcp Server

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

local
rust
developer tools
0
View on GitHub

Installation

npx -y snaggle-ai/openapi-mcp-server

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

snaggle-ai/openapi-mcp-server

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

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

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub