base token sniper for Cursor
io.github.lordbasilaiassistant-sudo/base-token-sniper
MCP server to discover and trade new token launches on Base chain.
client:Cursor
transport:stdio
runtime:npm
Install base token sniper in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs