Unclaimed Sol MCP Server

The first Vibe Claiming MCP server - let your AI agent scan and reclaim dormant SOL on Solana. Its 5 documented tools cover claim, sol. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-06 · ★ 5 · #457 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Unclaimed Sol

before you install - you'll need

Set SOLANA_KEYPAIR_PATH before connecting. SOLANA_RPC_URL is optional or environment-specific per the README.

Claude Code

claude mcp add unclaimed-sol-unclaimed-sol-mcp -- npx -y @unclaimed-sol/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "unclaimed-sol-unclaimed-sol-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@unclaimed-sol/mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @unclaimed-sol/mcp - published under the repo owner's npm scope (@unclaimed-sol)

registry registry publisher io.github.nedim1511 is not the repo owner (unclaimed-sol) - the registry entry was published by someone else

03 · What Unclaimed Sol can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 5 documented tools spanning claim, sol, including Execute, scan_claimable_sol, claim_sol, claim_rewards.

Capability map

Tools grouped from the project's README - what Unclaimed Sol lets an agent do.

Claim

3 tools - e.g. Annotation title: Claim Dormant SOL (Vibe Claiming); Annotation title: Claim DeFi Rewards; Annotation title: Claim Deactivated Stakes

claim_sol · claim_rewards · claim_stakes

run & execute

1 tool - e.g. call again with dry_run: false and the execution_token to sign and broadcast.

Execute

Scan

1 tool - e.g. Annotation title: Scan Wallet for Claimable SOL

scan_claimable_sol

Latest releases

v1.3.0 · 2026-07-06

Add MCP tool annotations for scan, token/buffer claims, DeFi rewards, and deactivated stake claims. · Report the real package version at server startup instead of the stale hardcoded 1.0.0 value. · Clarify tool…

v1.2.4 · 2026-03-05

v1.2.2 · 2026-03-05

04 · Who maintains Unclaimed Sol

unclaimed-sol is maintained by unclaimed-sol. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
other - ranked #457 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-07-06)
registry
io.github.nedim1511/unclaimed-sol (active, first published 2026-03-05)
packages
npm:@unclaimed-sol/mcp

06 · Unclaimed Sol FAQ

Is Unclaimed Sol still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-06 and it shipped 1 release in the last 90 days. We re-verify nightly.

What can Unclaimed Sol do?

An agent gets 5 documented tools spanning claim, sol, including Execute, scan_claimable_sol, claim_sol, claim_rewards.

How do I install Unclaimed Sol?

Run `npx -y @unclaimed-sol/mcp`. The README documents 2 environment variables (SOLANA_KEYPAIR_PATH, SOLANA_RPC_URL) to set first. Set SOLANA_KEYPAIR_PATH before connecting. SOLANA_RPC_URL is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Unclaimed Sol run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Unclaimed Sol