mcpbeat Sign in

Base Wallet Toolkit MCP Server

local only

Base Wallet Toolkit runs on your own machine — the client starts it, so there is no endpoint to ping. 224 installs a week from npm.

MCP server for Base wallet interactions: balances, gas, tokens, allowances, ENS.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 12 · avg 6 · -47% w/w
a month agotoday
224
Installs / week
npm · base-wallet-toolkit-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add base-wallet-toolkit -- npx -y base-wallet-toolkit-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "base-wallet-toolkit": {
      "args": [
        "-y",
        "base-wallet-toolkit-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.base-wallet-toolkit]
command = "npx"
args = ["-y", "base-wallet-toolkit-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "base-wallet-toolkit": {
      "args": [
        "-y",
        "base-wallet-toolkit-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "base-wallet-toolkit": {
      "args": [
        "-y",
        "base-wallet-toolkit-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: RPC_URL (Base mainnet RPC URL (defaults to https://mainnet.base.org)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Base Wallet Toolkit

same job, measured the same way
Solana
by expertvagabond

Solana MCP server for wallet, transactions & programs

54 installs/wk local only
Near Wallet Manager
by mastrophot

MCP server for NEAR wallet creation, balance checks, and transaction signing.

33 installs/wk local only
Base Intel MCP
by datakoot

Read-only on-chain intelligence for AI agents on Base: balances, tokens, gas, tx status.

5 tools answering
Qubic MCP
by fyllepo

MCP server for Qubic — balances, prices, transfers, wallets, and more.

69 installs/wk local only
Scout MCP Local
by scoutapm

An MCP server for Scout Monitoring data interactions.

81 installs/wk local only
ClaudeSmalltalk
by johnmci

MCP server for AI interaction with live Smalltalk images

72 installs/wk local only
Bazos MCP
by andrijdavid

MCP server for interacting with Bazos.cz and Bazos.sk

33 installs/wk local only
Fuse Network
by fuse

MCP server for Fuse Network: balances, tokens, staking, DeFi data, swaps and on-chain transactions.

50 tools answering

Base Wallet Toolkit — questions

Answers built from our own checks of this server.

Why is there no uptime for Base Wallet Toolkit?
Base Wallet Toolkit runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package base-wallet-toolkit-mcp was installed 224 times last week.
Is Base Wallet Toolkit still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Base Wallet Toolkit?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls base-wallet-toolkit-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Base Wallet Toolkit?
The npm package base-wallet-toolkit-mcp was installed 224 times in the last week. Week over week that is -47%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.