Skip to content
Cline

base token sniper for Cline

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

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

client:Cline transport:stdio runtime:npm

Install base token sniper in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

base token sniper in other clients