Skip to content
Cline

unclaimed sol for Cline

io.github.nedim1511/unclaimed-sol

The first Vibe Claiming MCP: AI agents scan and reclaim dormant SOL on Solana. Signs locally.

client:Cline transport:stdio runtime:npm

Install unclaimed sol 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": {
    "unclaimed-sol": {
      "command": "npx",
      "args": [
        "-y",
        "@unclaimed-sol/mcp"
      ],
      "env": {
        "SOLANA_KEYPAIR_PATH": "<SOLANA_KEYPAIR_PATH>",
        "SOLANA_PRIVATE_KEY": "<SOLANA_PRIVATE_KEY>",
        "SOLANA_RPC_URL": "<SOLANA_RPC_URL>",
        "UNCLAIMED_SOL_API_URL": "<UNCLAIMED_SOL_API_URL>"
      }
    }
  }
}

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

unclaimed sol in other clients