Skip to content
Cursor

solana for Cursor

io.github.expertvagabond/solana

Solana MCP server for wallet, transactions & programs

client:Cursor transport:stdio runtime:npm

Install solana in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

solana in other clients