
Solana
Give your agent Solana wallet, transaction, and on-chain program tools while you build crypto features without maintaining RPC client boilerplate.
Overview
Solana is an MCP server for the Build phase that exposes wallet, transaction, and program tools for Solana to coding agents over stdio.
What is this MCP server?
- Solana-focused MCP for wallet operations, transactions, and programs
- stdio npm package solana-mcp-server version 1.0.1
- No mandatory API keys listed in published server metadata
- Suited to agent-assisted debugging and scaffolding Solana integrations
- Package version 1.0.1 npm identifier solana-mcp-server
- stdio transport
- Server description scope: wallet, transactions, and programs
What problem does it solve?
Building Solana features in an agent session stalls when every balance check or program question needs fresh RPC and SDK code written from scratch.
Who is it for?
Solo builders prototyping Solana wallets, tx flows, or program analytics inside Claude Code or Cursor with MCP stdio setup.
Skip if: Non-Solana chains, regulated custody without your own security review, or teams that forbid chain tools on developer machines.
What do I get? / Deliverables
After adding solana-mcp-server, your agent calls MCP tools for wallet, transaction, and program tasks while you iterate on chain-connected code.
- Agent-accessible Solana wallet, transaction, and program MCP tools
- Configured stdio solana-mcp-server instance
- Faster Solana integration scaffolding in agent-driven coding sessions
Recommended MCP Servers
Journey fit
Solana MCP lands in build when you wire chain reads, sends, or program inspection into an app or agent-backed prototype. Wallet and program interaction against Solana RPC is third-party integration work exposed as MCP tools.
How it compares
MCP Solana RPC and wallet integration, not a smart-contract audit skill.
Common Questions / FAQ
Who is io.github.ExpertVagabond/solana for?
Builders adding Solana wallet, transaction, or program features who want MCP tools instead of hand-written RPC clients in every session.
When should I use io.github.ExpertVagabond/solana?
Use it during build integrations when you are scaffolding or debugging Solana-connected code with an MCP-capable agent.
How do I add io.github.ExpertVagabond/solana to my agent?
Install solana-mcp-server from npm, configure stdio in your MCP settings, supply any RPC or wallet configuration your deployment requires per the GitHub README, and restart the client.