solana-mcp

solana-mcp

82

The Solana Agent Kit MCP Server provides AI-driven interaction with the Solana blockchain. It offers tools for executing transactions, querying account details, and managing wallets, leveraging the Model Context Protocol for standardized operations.

What are the prerequisites for using the Solana Agent Kit MCP Server?

You need Node.js (v16 or higher), pnpm (recommended), npm, or yarn, a Solana wallet with a private key, and a Solana RPC URL (mainnet, testnet, or devnet).

How can I install the Solana Agent Kit MCP Server?

You can install it using a quick install script, via npm, or by building from source. Each method has specific steps to follow.

What security measures should I consider?

Keep your private key secure, use environment variables for sensitive information, consider using a dedicated wallet for AI operations, and regularly monitor and audit AI agent activities.

What should I do if I encounter issues?

Verify your Solana private key, check your RPC URL, ensure you're on the correct network, check Claude Desktop logs, and verify the build was successful.

Can I contribute to the Solana Agent Kit MCP Server?

Yes, contributions are welcome! You can fork the repository, create a feature branch, commit your changes, push to the branch, and open a Pull Request.