auto-mcp

brizzai/auto-mcp
★ 189 stars Go 🔌 API Integration Updated 2mo ago
Transform any OpenAPI/Swagger definition into a fully-featured Model Context Protocol (MCP) server
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": {
    "auto-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/brizzai/auto-mcp@latest"
      ]
    }
  }
}