Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"ai-smithery-zeta-chain-cli": {
"args": [
"-y",
"zetachain"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A command-line interface for building and interacting with ZetaChain universal applications. Seamlessly interact with EVM, Solana, Bitcoin, Sui, and TON, all from one CLI.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'zetachain' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked zetachain against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
A Model Context Protocol (MCP) server that provides AI assistants with direct access to the Spreedly payments API. Enables LLMs to manage gateways, process transactions, tokenize payment methods, and more, through structured, validated tool calls.
MCP server for InsightSentry financial data API - market data, options, screeners, and more
A Model Context Protocol server allows Clients to interact with Xero
MCP Security Weekly
Get CVE alerts and security updates for Zeta Chain Cli MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A command-line interface for building and interacting with ZetaChain universal applications. Seamlessly interact with EVM, Solana, Bitcoin, Sui, and TON, all from one CLI.
localnetRun without installing:
npx zetachain@next new
Or install globally:
npm install -g zetachain@latest
Use zetachain@next for bleeding-edge builds.
Create a new project:
zetachain new
Start localnet:
zetachain localnet start
Query cross-chain balances:
zetachain query balances
The ZetaChain CLI can be used as an MCP (Model Context Protocol) server, allowing AI assistants like Claude Code and Cursor to execute ZetaChain commands.
Install locally for full access to your filesystem, accounts, and localnet:
npm install -g zetachain
zetachain mcp install --client claude # for Claude Code
# or
zetachain mcp install --client cursor # for Cursor
Then restart your AI editor to activate the MCP server.
Check installation status:
zetachain mcp list
Remove:
zetachain mcp remove --client claude
For quick setup without local installation, visit Smithery and click "One-Click Install".
⚠️ Note: The cloud version runs on remote servers and cannot access your local files, accounts, or localnet.
For full command documentation:
zetachain docs
Or use --help with any command:
zetachain accounts --help
We welcome contributions! Please open issues or submit pull requests.