- Zetachain Mcp Server
Zetachain Mcp Server
What is ZetaChain MCP Server?
ZetaChain MCP Server is an official command-line interface (CLI) that connects the ZetaChain CLI directly into your AI editor, enabling the development and interaction with cross-chain applications using natural language through over 44 integrated tools.
How to use ZetaChain MCP Server?
To use the ZetaChain MCP Server, you can run it without installation using the command npx zetachain@next new or install it globally with npm install -g zetachain@latest. You can also start a local multi-chain development environment with a single command.
Key features of ZetaChain MCP Server?
- Scaffold new ZetaChain universal apps from templates.
- Spin up a local multi-chain development environment (EVM, Solana, etc.) in one command.
- Query cross-chain fees, contracts, balances, and transactions.
- Make cross-chain calls between various blockchains like Solana, Sui, Bitcoin, and TON.
- Transfer supported tokens across connected chains.
Use cases of ZetaChain MCP Server?
- Developing decentralized applications (dApps) that operate across multiple blockchains.
- Facilitating cross-chain transactions and interactions in a seamless manner.
- Building and testing multi-chain applications in a local environment.
FAQ from ZetaChain MCP Server?
- What are the prerequisites for using ZetaChain MCP Server?
You need Node.js (version 18 or higher) and Git. Docker is optional for local development.
- Can I run ZetaChain MCP Server without installation?
Yes, you can use it directly with
npxcommand.
- Where can I find the documentation for ZetaChain MCP Server?
You can find the documentation at ZetaChain Docs and CLI Docs.
Server Config
{
"mcpServers": {
"zetachain": {
"command": "npx",
"args": [
"-y",
"zetachain",
"mcp"
]
}
}
}