Back to MCP directory
publicPublicdnsLocal runtime

EmanuelJr_web3-mcp-server

一个基于Model Context Protocol的Web3交互服务器,支持多链代币余额查询和智能合约调用。

article

README

🚀 Web3 MCP 服务器

Web3 MCP 服务器是一个基于 Model Context Protocol (MCP) 的实现,专为 Web3 在 EVM 链上的交互而设计。它能够让您借助 Model Context Protocol 与区块链网络实现平滑交互。

🚀 快速开始

Web3 MCP 服务器为您提供了在 EVM 链上进行 Web3 交互的便捷途径,您可以通过以下配置快速使用它。

✨ 主要特性

  • 📊 支持查询多链代币余额,让您轻松掌握不同链上的资产状况。
  • 📝 可调用智能合约函数,实现更多复杂的区块链操作。
  • 🔗 支持多个 EVM 兼容链,拓宽了使用范围。

📦 安装指南

使用 Claude Desktop 的集成

使用 NPX

将以下配置添加到您的 Claude Desktop 设置中:

{
  "mcpServers": {
    "web3": {
      "command": "npx",
      "args": ["-y", "web3-mcp-server"]
    }
  }
}

使用 Docker

对于基于 Docker 的部署,请使用以下配置:

{
  "mcpServers": {
    "web3": {
      "command": "docker",
      "args": ["run", "-i", "--rm", "emanueljr/web3-mcp-server"]
    }
  }
}

📄 许可证

此项目在 MIT License 下许可,有关详细信息,请参阅 LICENSE 文件。

👥 贡献

欢迎贡献!请随意提交 Pull Request。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client