Description

Solana Agent Kit MCP Server for blockchain interactions.

Installation

npx -y solana-mcp-solanamcp
npm install solana-mcp-solanamcp
git clone https://github.com/solanamcp/solana-mcp

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "solana-agent-kit-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "solana-mcp-solanamcp"
      ]
    }
  }
}