Zetachain Mcp Server
@zeta-chain
About Zetachain Mcp Server
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.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"zetachain": {
"command": "npx",
"args": [
"-y",
"zetachain",
"mcp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Zetachain Mcp Server?
A command-line interface for building and interacting with ZetaChain universal applications. It lets developers seamlessly interact with EVM, Solana, Bitcoin, Sui, and TON from a single CLI. The tool is intended for developers building cross-chain dApps on ZetaChain.
How to use Zetachain Mcp Server?
Run without installing using npx zetachain@next new, or install globally with npm install -g zetachain@latest. Use zetachain commands such as new, localnet start, and query balances. Execute zetachain docs for full command documentation or use --help with any command.
Key features of Zetachain Mcp Server
- Scaffold new ZetaChain universal apps from templates
- Spin up a local multi-chain dev environment (EVM, Solana, etc.)
- Query cross-chain fees, contracts, balances, transactions, and tokens
- Make cross-chain calls between Solana, Sui, Bitcoin, TON, and ZetaChain
- Transfer supported tokens across connected chains
Use cases of Zetachain Mcp Server
- Rapidly prototype universal cross-chain applications
- Test multi-chain interactions in a local environment
- Query live cross-chain balances and transaction details
- Initiate cross-chain token transfers and contract calls
FAQ from Zetachain Mcp Server
What are the prerequisites?
Node.js ≥ 18, Git (for template cloning), and optionally Docker ≥ 24 for the localnet feature.
How do I install or run it?
Run directly with npx zetachain@next new or install globally via npm install -g zetachain@latest. Use zetachain@next for bleeding-edge builds.
Which blockchains are supported?
EVM, Solana, Bitcoin, Sui, and TON, all accessible from a single CLI.
Can I make cross-chain calls?
Yes. The CLI supports making cross-chain calls between Solana, Sui, Bitcoin, TON, and universal apps on ZetaChain.
Is there documentation available?
Yes. Run zetachain docs for full command documentation, visit the ZetaChain docs website, or use --help with any command.
More Developer Tools MCP servers
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
MCP Framework
QuantGeekDevThe Typescript MCP Framework
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
Comments