Claude Code
Open the extracted kit folder and start claude. The root .mcp.json configures zetachain using Streamable HTTP. Approve the project MCP server when prompted, then inspect its connection using /mcp.
No Node dependencies are needed to query MCP directly. For local wallet and example scripts, install Node.js 22+ and run npm ci first.
The .claude/skills/ directory includes wallet, send, deploy, and stake. These skills use public addresses and unsigned preparation; local signing and broadcast stay in your terminal.
Try: “List the ZetaChain tools and show the active network.” Never paste a private key or mnemonic into chat. The included settings deny ordinary reads of .env and .wallet, but instructions and client permissions are not a security boundary against arbitrary shell access. Use an external wallet for that separation.
If tools are missing, confirm the endpoint is https://zetachain.exploreme.pro/api/mcp, transport is HTTP, and the project server is enabled. Claude Code MCP documentation