mint

sirerun/mint
★ 1 stars Go API Integration Updated today
mint is an open-source Go CLI that turns any OpenAPI 3.0/3.1 specification into a working Go MCP server.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mint": {
      "command": "go",
      "args": [
        "run",
        "github.com/sirerun/mint@latest"
      ]
    }
  }
}

README Excerpt

**The OpenAPI to MCP Platform.** Turn any API into an MCP server in seconds. Discover, generate, publish, and deploy MCP servers with a single command. ```bash mint registry search stripe mint registry install stripe mint deploy managed --source ./stripe-mcp ``` ```bash go install github.com/sirerun/mint/cmd/mint@latest

Topics

aiai-automationmcpmcp-serveropenapiopenapi3