Skip to content
Claude Desktop

ava genesis for Claude Desktop

io.github.avagenesisdev/ava-genesis

Deploy ERC-20 tokens on Ethereum, Base, BNB, Polygon via MCP. One call = deployed contract.

client:Claude Desktop transport:streamable-http

Install ava genesis in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "ava-genesis": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://avagenesis.com/api/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

ava genesis in other clients