Skip to content
Claude Desktop

Solscan for Claude Desktop

io.github.pipeworx-io/solscan

Solscan MCP — Solana block-explorer API (Pro v2)

client:Claude Desktop transport:streamable-http

Install Solscan in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "solscan": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://gateway.pipeworx.io/solscan/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Solscan in other clients