solana-mcp

sendaifun/solana-mcp
★ 153 stars Shell 🤖 AI/LLM Updated 1mo ago
A Model Context Protocol server for interacting with the Solana blockchain, powered by the Solana Agent Kit (https://github.com/sendaifun/solana-agent-kit)
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "solana-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sendaifun/solana-mcp"
      ]
    }
  }
}