base wallet toolkit for Grok
io.github.lordbasilaiassistant-sudo/base-wallet-toolkit
MCP server for Base wallet interactions: balances, gas, tokens, allowances, ENS.
client:Grok
transport:stdio
runtime:npm
Install base wallet toolkit in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"base-wallet-toolkit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"base-wallet-toolkit-mcp"
],
"env": {
"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