Skip to main content
Code ExecutionGo

ckanthony/openapi-mcp

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

code-executioncloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/ckanthony/openapi-mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Code Execution
Language
Go
Author
ckanthony