mcpify

NilayYadav/mcpify
★ 22 stars Go API Integration Updated 1mo ago ✓ Clean
Automatically generate MCP (Model Context Protocol) servers by observing HTTP API traffic.
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/NilayYadav/mcpify@latest"
      ]
    }
  }
}