mcpify

NilayYadav/mcpify
★ 22 stars Go 🔌 API Integration Updated 2d ago
Automatically generate MCP (Model Context Protocol) servers by observing HTTP API traffic.
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": {
    "mcpify": {
      "command": "go",
      "args": [
        "run",
        "github.com/NilayYadav/mcpify@latest"
      ]
    }
  }
}