Web3 MCP Server

Web3 MCP Server

site icon
2025.04.18 0
TypeScript区块链服务智能合约交互金融服务
Web3 MCP Server 是一个基于 Model Context Protocol (MCP) 的服务实现,专门用于与 EVM 兼容的区块链网络进行交互。它提供了多种功能,包括获取多个链上的代币余额、调用智能合约函数等,适用于需要与区块链网络交互的各种场景。
View on GitHub

Overview

基本能力

产品定位

Web3 MCP Server 是一个用于与 EVM 兼容的区块链网络进行交互的服务,通过 Model Context Protocol (MCP) 提供无缝的区块链交互能力。

核心功能

  • 获取多个链上的代币余额
  • 调用智能合约函数
  • 支持多种 EVM 兼容的链

适用场景

  • 区块链开发
  • 去中心化应用 (DApp) 开发
  • 区块链数据分析

工具列表

  • Smithery CLI: 用于自动安装 Web3 MCP Server
  • Docker: 用于容器化部署 Web3 MCP Server

常见问题解答

无明确常见问题解答部分。

使用教程

使用依赖

无明确前置依赖说明。

安装教程

通过 Smithery 安装

npx -y @smithery/cli install web3-mcp-server --client claude

通过 NPX 使用

在 Claude Desktop 设置中添加以下配置:

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

通过 Docker 使用

在 Claude Desktop 设置中添加以下配置:

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

调试方式

无明确调试步骤说明。

许可证

该项目遵循 MIT 开源许可条款。