auto-mcp-server

alanbuxton/auto-mcp-server
★ 0 stars Python API Integration Updated 11d ago
MCP server that auto-generates tools for each endpoint in your OpenAPI spec
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "auto-mcp-server": {
      "command": "uvx",
      "args": [
        "auto-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install auto-mcp-server

README Excerpt

You've got a web app with a REST API. Maybe it's a Django app and you've generated an OpenAPI spec using `drf-spectacular`. Now you want to let an LLM talk to it. You need an MCP server to handle the translation between the two. ```mermaid graph LR A[🤖 LLM] <--> B[🔌 MCP Server] <--> C[🌐 API Server] ```

Topics

mcpmcp-serveropenapistdio-mcpstreaming-http