Solana Agent Kit
v1.0.0MCPOnchain actions on Solana — transfers, swaps, token ops. Irreversible chain; prefer setups that sign in a separate wallet and never put a funded key in config.
SourceID
solana-agent-kitHow it runs
The client launches this pinned, published server on demand over stdio. Required configuration is injected by the user at install time.
launch command
npx -y solana-agent-kit-mcpConfiguration
Values you supply when installing this server.
RPC_URLstringoptionalSolana RPC endpoint, supplied as an env var.
SOLANA_PRIVATE_KEYstringrequiredWallet private key, supplied as an env var. Use a low-value wallet only; never a key holding real funds.