openapi2mcpserver

rykerwang/openapi2mcpserver
★ 2 stars Python 🤖 AI/LLM Updated 5mo ago
This project spins up a MCP server directly from the supplied `openapi.yaml`, Every HTTP endpoint becomes an MCP tool that AnythingLLM (or any MCP-aware client) can call. LLM can control and understand your restful system.
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": {
    "openapi2mcpserver": {
      "command": "uvx",
      "args": [
        "openapi2mcpserver"
      ]
    }
  }
}

Or install with pip: pip install openapi2mcpserver