solana-mcp-server

Solana MCP Server

Solana wallet management, transaction handling, and program interactions

npm GitHub stars MIT License

Quick Start

Claude Desktop / Claude Code config
{
  "mcpServers": {
    "solana-mcp-server": {
      "command": "npx",
      "args": ["solana-mcp-server@latest"]
    }
  }
}

Also works with bunx — replace "npx" with "bunx" in the config above