Skip to content
Cursor

unclaimed sol for Cursor

io.github.nedim1511/unclaimed-sol

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

client:Cursor transport:stdio runtime:npm

Install unclaimed sol in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "unclaimed-sol": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

unclaimed sol in other clients