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.

Solana Agent Kit MCP Server

A Model Context Protocol (MCP) server designed to provide on-chain tools for Claude AI, enabling blockchain interaction with the Solana network through a standardized interface. Key features include:

  • Interacting with the Solana blockchain
  • Executing transactions
  • Querying account information
  • Managing Solana wallets

Prerequisites

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

Available Tools

  • Retrieve Solana asset/token information
  • Deploy new tokens
  • Fetch token prices
  • Wallet operations including transfer and balance check
  • NFT creation and minting
  • Token trades and domain resolution
  • Request testing funds

Security Considerations

  • Keep private keys secure
  • Use environment variables for sensitive information
  • Test on devnet/testnet before mainnet

Troubleshooting

  • Verify credentials and network access
  • Check Claude Desktop logs

Dependencies

This project utilizes @solana/web3.js, @modelcontextprotocol/sdk, and solana-agent-kit.