Skip to content
VS Code

pump.fun Solana Data for VS Code

io.github.nirholas/pumpfun-solana-mcp

Free, read-only pump.fun + Solana MCP: token discovery, on-chain analysis, SNS, 3D snapshots.

client:VS Code transport:stdio runtime:npm

Install pump.fun Solana Data in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "pumpfun-mcp-url",
      "description": "PUMPFUN_MCP_URL",
      "password": true
    }
  ],
  "servers": {
    "pumpfun-solana-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@three-ws/pumpfun-mcp"
      ],
      "env": {
        "PUMPFUN_MCP_URL": "${input:pumpfun-mcp-url}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

pump.fun Solana Data in other clients