Skip to content
Grok

base token sniper for Grok

io.github.lordbasilaiassistant-sudo/base-token-sniper

MCP server to discover and trade new token launches on Base chain.

client:Grok transport:stdio runtime:npm

Install base token sniper in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "base-token-sniper": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "base-token-sniper-mcp"
      ],
      "env": {
        "DEPLOYER_PRIVATE_KEY": "<DEPLOYER_PRIVATE_KEY>",
        "RPC_URL": "<RPC_URL>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

base token sniper in other clients