Skip to content
Cline

UCAI for Cline

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:Cline transport:stdio runtime:pypi

Install UCAI in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

UCAI in other clients