Official ZetaChain CLI MCP Server connects the powerful ZetaChain command-line interface directly into your AI editor. Build and interact with cross-chain applications using natural language through 44+ integrated tools.
Server Config
{
"mcpServers": {
"zetachain": {
"command": "npx",
"args": [
"-y",
"zetachain",
"mcp"
]
}
}
}