MCP.so
登录

MCP EVM Signer

@zhangzhongnan928

关于 MCP EVM Signer

MCP server for managing EVM keys and deploying smart contracts via Infura

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

zhangzhongnan928

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP EVM Signer?

MCP EVM Signer is a Model Context Protocol (MCP) server for securely managing Ethereum private keys and deploying smart contracts via Infura. It enables Claude for Desktop and other MCP clients to interact with EVM‑compatible blockchains.

How to use MCP EVM Signer?

Clone the repository, install dependencies (npm install), build (npm run build), and configure a .env file with your Infura API key. Then add the server to your Claude for Desktop configuration under mcpServers with the command node pointing to the built build/index.js and required environment variables (INFURA_API_KEY, DEFAULT_NETWORK, ENCRYPT_KEYS, KEY_PASSWORD). Restart Claude for Desktop to use the tools.

Key features of MCP EVM Signer

  • Securely store and manage Ethereum private keys locally
  • Connect to Infura for blockchain interactions
  • Deploy smart contracts from compiled ABIs and bytecode
  • Sign and send transactions
  • View account balances and transaction history
  • Query blockchain data and interact with deployed contracts

Use cases of MCP EVM Signer

  • Create a new Ethereum wallet through Claude
  • Check the ETH balance of any address on a specified network
  • Deploy an ERC‑20 token contract using ABI and bytecode
  • Send ETH to another address
  • Call read‑only or state‑modifying contract methods

FAQ from MCP EVM Signer

What are the prerequisites for running MCP EVM Signer?

Node.js v16 or higher, an Infura account with an API key, and the Claude for Desktop app installed.

Where are private keys stored and are they encrypted?

Private keys are stored locally on your machine. They can be encrypted with a password by setting ENCRYPT_KEYS: "true" and providing a KEY_PASSWORD in the configuration.

Can I use a mainnet network?

Yes, but the README recommends using test networks like Sepolia or Goerli when getting started. You can set the DEFAULT_NETWORK environment variable to any supported EVM network.

What tools does MCP EVM Signer expose?

Wallet management tools (create-wallet, import-wallet, list-wallets), blockchain operations (check-balance, get-transactions, send-transaction), and smart contract tools (deploy-contract, call-contract, execute-contract).

How do I integrate MCP EVM Signer with Claude for Desktop?

Add the server configuration to Claude’s claude_desktop_config.json under mcpServers, specifying the command, path to the built index.js, and environment variables. Restart Claude to enable the tools.

评论

其他 分类下的更多 MCP 服务器