Skip to content
Claude Desktop

base wallet toolkit for Claude Desktop

io.github.lordbasilaiassistant-sudo/base-wallet-toolkit

MCP server for Base wallet interactions: balances, gas, tokens, allowances, ENS.

client:Claude Desktop transport:stdio runtime:npm

Install base wallet toolkit in Claude Desktop

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

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

{
  "mcpServers": {
    "base-wallet-toolkit": {
      "command": "npx",
      "args": [
        "-y",
        "base-wallet-toolkit-mcp"
      ],
      "env": {
        "RPC_URL": "<RPC_URL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

base wallet toolkit in other clients