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)
{
"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