Skip to content
Grok

VaultPilot MCP for Grok

io.github.szhygulin/vaultpilot-mcp

Self-custodial crypto + DeFi MCP for AI agents. Ledger-signed. EVM, TRON, Solana, BTC, LTC.

client:Grok transport:stdio runtime:npm

Install VaultPilot MCP 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": {
    "vaultpilot-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "vaultpilot-mcp"
      ],
      "env": {
        "ETHEREUM_RPC_URL": "<ETHEREUM_RPC_URL>",
        "ARBITRUM_RPC_URL": "<ARBITRUM_RPC_URL>",
        "POLYGON_RPC_URL": "<POLYGON_RPC_URL>",
        "BASE_RPC_URL": "<BASE_RPC_URL>",
        "RPC_PROVIDER": "<RPC_PROVIDER>",
        "RPC_API_KEY": "<RPC_API_KEY>",
        "ETHERSCAN_API_KEY": "<ETHERSCAN_API_KEY>",
        "ONEINCH_API_KEY": "<ONEINCH_API_KEY>",
        "WALLETCONNECT_PROJECT_ID": "<WALLETCONNECT_PROJECT_ID>",
        "VAULTPILOT_DEMO": "<VAULTPILOT_DEMO>"
      }
    }
  }
}

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

VaultPilot MCP in other clients