MCP Ethers Wallet
@crazyrabbitLTC
About MCP Ethers Wallet
A full implementation of Ethers as an AI tool for the model context protocol
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Ethers Wallet?
MCP Ethers Wallet is a complete ethers.js v6 wrapper for Claude, providing 40+ tools for Ethereum blockchain interactions. It works with 20+ EVM networks including Ethereum, Polygon, Arbitrum, Base, and more, and is intended for developers integrating Ethereum operations into Claude workflows.
How to use MCP Ethers Wallet?
Install the server by cloning the repository, running npm install and npm run build. Add it to Claude using claude mcp add ethers-wallet -- node /path/to/ethers-server/build/src/index.js. Optionally configure environment variables such as ALCHEMY_API_KEY, INFURA_API_KEY, and DEFAULT_NETWORK in a .env file. Invoke specific Ethereum operations (e.g., getting a wallet balance) via JSON‑formatted tool calls as shown in the README.
Key features of MCP Ethers Wallet
- 40+ tools for Ethereum blockchain interactions
- Wraps ethers.js v6 for maximum compatibility
- Supports 20+ EVM networks (Ethereum, Polygon, Arbitrum, Base, etc.)
- Secure prepare‑sign‑broadcast workflow; private keys never stored
- Token support for ERC20, ERC721, and ERC1155
- Smart contract calls with custom ABI support
Use cases of MCP Ethers Wallet
- Get wallet balances and token info across multiple EVM networks
- Prepare and broadcast Ethereum transactions with gas optimization
- Interact with smart contracts, including custom ABI calls
- Resolve ENS names and perform unit conversions
- Manage ERC20/721/1155 token transfers and approvals
FAQ from MCP Ethers Wallet
What does the server do that ethers.js alone cannot?
It wraps ethers.js v6 into a set of 40+ MCP tools, allowing Claude to directly perform Ethereum operations (e.g., balance checks, transaction broadcasting) without manual scripting.
What dependencies or runtime are required?
Node.js and npm are required. The server is built with TypeScript and ethers.js v6. Testing requires a Hardhat local node.
Where do API keys and private keys live?
API keys for Alchemy or Infura are stored in a .env file on the user’s machine. Private keys are never stored on the server; external signing (hardware wallets, offline signing) is supported.
What transport or authentication does it use?
It communicates via the Model Context Protocol (MCP) with Claude. Authentication relies on the user’s API keys (Alchemy/Infura) in the environment.
Are there known limitations?
The README does not list specific limitations. It notes that private keys are never stored on the server, implying that signing must be handled externally.
More Other MCP servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Blender
ahujasidOpen-source MCP to use Blender with any LLM
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Comments