Solana Agent Kit
Free使用 Solana Agent Kit 与 Solana 区块链交互,支持 40+ 协议操作。
FreeFree tier
About Solana Agent Kit
A Solana Agent Kit implementation using the Model Context Protocol (MCP) for handling protocol operations on the Solana blockchain. Supports all actions from the Solana Agent Kit with standardized interactions and environment-based configuration. Easily integrates with Claude Desktop via MCP. Built with TypeScript, using Zod for runtime type checking, and open source under the ISC license.
Key Features
Supports all actions from the Solana Agent Kit
Standardized interactions via Model Context Protocol (MCP)
Environment-based configuration with environment variables
Integrates with Claude Desktop
Open source under ISC license
Built with TypeScript and uses Zod for runtime type checking
Pros & Cons
Pros
- Open source and free to use
- Leverages the popular MCP standard for extensibility
- Supports a wide range of Solana protocol actions through Solana Agent Kit
- Simple setup with environment variables
- Active community contributions welcome
Cons
- Requires Node.js runtime and Solana wallet
- Configuration requires manual setup of environment variables
- Primarily designed for Claude Desktop integration
- Documentation limited to basic README
Best For
Building AI agents for Solana blockchain operationsAutomating DeFi transactions, staking, and token swaps on SolanaCreating MCP-compatible tools for Claude Desktop to interact with SolanaDeveloping chatbots that can execute Solana protocol operations
FAQ
What is Solana Agent Kit MCP Server?
It is an MCP (Model Context Protocol) server implementation that wraps the Solana Agent Kit to allow AI agents, particularly Claude, to interact with the Solana blockchain.
What are the prerequisites?
Node.js v16 or higher, pnpm (or yarn/npm), a Solana wallet with private key, and a Solana RPC URL.
How do I install and configure it?
Clone the repository, run 'pnpm install', set 'SOLANA_PRIVATE_KEY' and 'RPC_URL' in your environment, and configure the claude_desktop_config.json file.
Is this tool free?
Yes, it is open source under the ISC license and free to use.