MCP.so
Sign In
Servers

OpenAPI-MCP: Dockerized MCP Server to allow your AI agent to access any API with existing api docs

@ckanthony

Dockerized MCP Server to allow your AI agent to access any API with existing api docs

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "openapi-mcp": {
      "command": "docker",
      "args": [
        "pull",
        "ckanthony/openapi-mcp:latest"
      ]
    }
  }
}

More from AI & Agents