Solana Agent Kit MCP
Users type natural language prompts into an MCP-compatible client interface (e.g., Claude Desktop).
What is Solana Agent Kit MCP?
Solana Agent Kit MCP brings together token & memecoin operations and defi integrations. Deploying SPL tokens and Token-2022 standards via Metaplex, launching tokens on Automated Market Makers (AMMs), and interacting with launchpads like Pump.fun (via PumpPortal). Swapping tokens via Jupiter Exchange, creating Raydium pools (CPMM, CLMM, AMMv4), interacting with Orca Whirlpools, Meteora (Dynamic AMM, DLMM, Alpha Vaults), and managing Openbook or Manifest markets/limit orders.
Its documented workflow includes: Quick Install Script (Recommended for Claude Desktop) Global/Local npm Installation (Recommended for Cursor/Cline) Requires Node.js (v16 or higher), a package manager (pnpm, npm, or yarn), a Solana private key, and a valid Solana RPC URL.
The platform documentation describes wallet access this way: Uses a private key supplied via environment variables (SOLANA_PRIVATE_KEY) to sign transactions directly.
Official resources
Supported networks
- Solana
Solana Agent Kit MCP features
Token & Memecoin Operations
Deploying SPL tokens and Token-2022 standards via Metaplex, launching tokens on Automated Market Makers (AMMs), and interacting with launchpads like Pump.fun (via PumpPortal).
DeFi Integrations
Swapping tokens via Jupiter Exchange, creating Raydium pools (CPMM, CLMM, AMMv4), interacting with Orca Whirlpools, Meteora (Dynamic AMM, DLMM, Alpha Vaults), and managing Openbook or Manifest markets/limit orders.
Market Data & Intelligence
Fetching real-time token pricing, trending tokens/pools, top gainers, and asset prices via Pyth price feeds and CoinGecko integrations.
NFTs & Staking
Minting/managing NFTs via Metaplex, staking SOL (including JupSOL and Solayer sSOL), and executing Solana Blinks.
Cross-Chain & Advanced Tools
Token bridging across chains via Wormhole and deBridge DLN, zk-compressed airdrops (via Light Protocol/Helius), and Jito Bundle executions.
How to use Solana Agent Kit MCP
Quick Install Script (Recommended for
Quick Install Script (Recommended for Claude Desktop)
Global/Local npm Installation (Recommended for
Global/Local npm Installation (Recommended for Cursor/Cline)
Prerequisites
Requires Node.js (v16 or higher), a package manager (pnpm, npm, or yarn), a Solana private key, and a valid Solana RPC URL.
Natural Language to On-Chain Actions
Users type natural language prompts into an MCP-compatible client interface (e.g., Claude Desktop).
Protocol Translation
The MCP server parses these requests using the underlying solana-agent-kit logic, translating conversational inputs into structured tool calls and JSON-RPC requests.
Who is Solana Agent Kit MCP for?
Solana Agent Kit MCP is suited to users looking for token & memecoin operations and defi integrations on Documented support includes Solana Mainnet, Testnet, and Devnet (configured via your RPC URL provider such as Helius or Triton)..
Before you use it
- Official guidelines explicitly caution users to
- *Never expose private keys* directly in code; always use secure environment variables.
- *Use dedicated wallets* specifically isolated for agent testing, keeping primary funds separate.
