2 months ago
An MCP server that connects ZetaChain CLI into your editor. Query balances, send cross-chain transactions, and manage universal contracts directly through MCP.
Server Config
{
"mcpServers": {
"zetachain": {
"command": "npx",
"args": [
"-y",
"zetachain",
"mcp"
]
}
}
}