base wallet toolkit for Cline
io.github.lordbasilaiassistant-sudo/base-wallet-toolkit
MCP server for Base wallet interactions: balances, gas, tokens, allowances, ENS.
client:Cline
transport:stdio
runtime:npm
Install base wallet toolkit 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
{
"mcpServers": {
"base-wallet-toolkit": {
"command": "npx",
"args": [
"-y",
"base-wallet-toolkit-mcp"
],
"env": {
"RPC_URL": "<RPC_URL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs