A
securityA
licenseA
qualityEnables Claude to interact with Ethereum nodes, allowing users to check ENS token balances, view smart contract code, and decode transactions through natural language.
Last updated -
5
1
JavaScript
MIT License
一个模型上下文协议 (MCP) 服务器,用于管理以太坊私钥并使用 Infura 部署智能合约。该服务器使 Claude for Desktop 和其他 MCP 客户端能够与兼容 EVM 的区块链进行交互。
.env
文件以添加您的 Infura API 密钥并配置其他设置。MCP EVM 签名服务器公开了以下可与 Claude 一起使用的工具:
create-wallet
:创建一个新的以太坊钱包import-wallet
:从私钥导入现有钱包list-wallets
:列出所有已保存的钱包check-balance
:检查地址的 ETH 余额get-transactions
:获取地址的最近交易send-transaction
:将 ETH 发送到某个地址deploy-contract
:从 ABI 和字节码部署智能合约call-contract
:调用只读合约方法execute-contract
:执行修改状态的合同方法以下是如何与 Claude 一起使用这些工具的一些示例:
你可以问克劳德:
你可以问克劳德:
请参阅我们的ERC-20 代币示例,了解部署和与 ERC-20 代币合约交互的完整演练。
更详细的文档请参考:
为该项目做出贡献:
git checkout -b feature/amazing-feature
)git commit -m 'Add some amazing feature'
)git push origin feature/amazing-feature
)该项目根据 MIT 许可证获得许可 - 有关详细信息,请参阅 LICENSE 文件。
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
一个在本地安全地管理以太坊私钥并允许 Claude for Desktop 通过 Infura 与 EVM 兼容的区块链进行交互的服务器。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zhangzhongnan928/mcp-evm-signer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server