unclaimed sol for Grok
io.github.nedim1511/unclaimed-sol
The first Vibe Claiming MCP: AI agents scan and reclaim dormant SOL on Solana. Signs locally.
client:Grok
transport:stdio
runtime:npm
Install unclaimed sol in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
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