Skip to content
Cline

VaultPilot MCP for Cline

io.github.szhygulin/vaultpilot-mcp

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

client:Cline transport:stdio runtime:npm

Install VaultPilot MCP 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": {
    "vaultpilot-mcp": {
      "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>"
      }
    }
  }
}

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

VaultPilot MCP in other clients