Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"pumpfun": {
"command": "node",
"args": [
"/Users/noahsolomon/Desktop/pumpfun-mcp/build/index.js"
],
"env": {
"HELIUS_RPC_URL": "https://your-helius-rpc-url.com"
}
}
}
}