mcpify

aloki-alok/mcpify
★ 2 stars Go Code/Dev Tools Updated 5d ago
Turn any OpenAPI 3.x spec into a working MCP server in one command.
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": {
    "mcpify": {
      "command": "go",
      "args": [
        "run",
        "github.com/aloki-alok/mcpify@latest"
      ]
    }
  }
}

README Excerpt

Turn any OpenAPI 3.x spec into a working MCP server in one command. Point it at a spec (a file or a URL) and every API operation becomes an MCP tool. There is no code to generate and nothing to wire up: mcpify reads the spec, exposes one tool per operation, and proxies each tool call to the real API.

Topics

apiclicode-generationdeveloper-toolsgolangmcpmcp-servermodel-context-protocolopenapi