Solana Agent Kit MCP

MCP server for the Solana Agent Kit — DeFi operations, token management, and on-chain actions via the Model Context Protocol.

Verified

Solana Agent Kit MCP is an MCP server that wraps the Solana Agent Kit by sendaifun, providing AI agents with structured access to a comprehensive set of Solana blockchain operations. It exposes tools for DeFi interactions, token management, staking, and other on-chain actions through the Model Context Protocol, enabling agents to operate on Solana through compatible MCP clients.

The server covers a wide range of Solana operations, from basic token transfers and balance queries to more complex DeFi interactions including swaps on Solana DEXes, staking operations, and protocol-specific actions. By packaging these capabilities as MCP tools, it reduces the integration complexity for agent workflows that need to interact with the Solana ecosystem programmatically.

Configuration requires providing Solana wallet credentials and RPC endpoint information through environment variables. Given the breadth of supported operations, including those that modify on-chain state, users should carefully control which tools are exposed to the agent and implement explicit approval workflows for any transaction that involves moving funds or interacting with smart contracts. Testing on Solana devnet before mainnet usage is strongly recommended.