Odel
solana mcp server

solana mcp server

Local
@expertvagabond1JavaScriptMITUpdated Today

Solana MCP server for wallet, transactions & programs

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmsolana-mcp-serverv1.0.1

Run

npx -y solana-mcp-server

MCP client config

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