MCP Hub
Back to servers

zetachain-mcp-server

A specialized MCP server that provides direct access to the ZetaChain CLI for managing blockchain accounts, querying balances, and performing cross-chain deposits and withdrawals.

Tools
7
Updated
Oct 16, 2025
Validated
Jan 9, 2026

ZetaChain MCP Server

Official ZetaChain CLI integration for the Model Context Protocol (MCP).

Overview

This MCP server provides direct access to ZetaChain CLI functionality through the MCP protocol, enabling seamless blockchain operations, account management, and cross-chain transactions.

Features

  • Direct CLI Integration: Pure ZetaChain CLI access without API layers
  • Account Management: Create, list, and manage ZetaChain accounts
  • Balance Queries: Check balances across networks
  • Cross-Chain Operations: Deposit and withdraw tokens across chains
  • Network Information: Get network status and details
  • Docker Ready: Containerized deployment

Installation

Docker (Recommended)

docker run -i mcp/zetachain:latest

Claude Desktop Integration

Add to your Claude Desktop MCP configuration:

{
  "mcpServers": {
    "zetachain": {
      "command": "docker",
      "args": ["run", "-i", "mcp/zetachain:latest"]
    }
  }
}

Local Development

git clone https://github.com/ExpertVagabond/zetachain-mcp-server.git
cd zetachain-mcp-server
npm install
npm start

Available Tools

  • zetachain_account_create - Create new accounts
  • zetachain_account_list - List all accounts
  • zetachain_account_show - Show account details
  • zetachain_balance - Get account balances
  • zetachain_network_info - Network information
  • zetachain_deposit - Cross-chain deposits
  • zetachain_withdraw - Cross-chain withdrawals

Configuration

Environment variables:

  • ZETACHAIN_NETWORK - Network name (default: athens)
  • ZETACHAIN_RPC_URL - Custom RPC URL
  • ZETACHAIN_GATEWAY - Gateway contract address

License

MIT License - see LICENSE file for details.

Support

For issues and support, please visit the GitHub repository.

Reviews

No reviews yet

Sign in to write a review