Skip to content
Grok

UCAI for Grok

io.github.nirholas/abi-to-mcp

UCAI — The ABI-to-MCP Server Generator. Convert any smart contract ABI into an AI-ready MCP server.

client:Grok transport:stdio runtime:pypi

Install UCAI in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "abi-to-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "abi-to-mcp"
      ],
      "env": {
        "WEB3_PROVIDER_URL": "<WEB3_PROVIDER_URL>",
        "ETHERSCAN_API_KEY": "<ETHERSCAN_API_KEY>",
        "PRIVATE_KEY": "<PRIVATE_KEY>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

UCAI in other clients