base wallet toolkit for Claude Desktop
io.github.lordbasilaiassistant-sudo/base-wallet-toolkit
MCP server for Base wallet interactions: balances, gas, tokens, allowances, ENS.
client:Claude Desktop
transport:stdio
runtime:npm
Install base wallet toolkit in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"base-wallet-toolkit": {
"command": "npx",
"args": [
"-y",
"base-wallet-toolkit-mcp"
],
"env": {
"RPC_URL": "<RPC_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs