CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Zeta Chain Cli

zeta-chain/cli
6authHTTPregistry active
Summary

Gives Claude direct access to ZetaChain's universal blockchain CLI for building cross-chain applications. You can scaffold new projects from templates, spin up local multi-chain dev environments with Docker, and query balances, fees, and transactions across EVM, Solana, Bitcoin, Sui, and TON networks. The MCP integration exposes commands for making cross-chain calls and transferring tokens between connected chains. Install it locally if you need filesystem access and localnet control, or use the Smithery cloud version for quick remote access without touching your local environment. Built for developers working on universal apps that need to interact with multiple blockchain networks from a single interface.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

ZetaChain CLI

A command-line interface for building and interacting with ZetaChain universal applications. Seamlessly interact with EVM, Solana, Bitcoin, Sui, and TON, all from one CLI.

✨ Features

  • 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, cross-chain transaction, tokens, and more
  • Make cross-chain calls between Solana, Sui, Bitcoin, TON, and universal apps on ZetaChain
  • Transfer supported tokens across connected chains

✅ Prerequisites

  • Node.js ≥ 18
  • Git (for template cloning)
  • (Optional) Docker ≥ 24 for localnet

🚀 Quick Start

Run without installing:

npx zetachain@next new

Or install globally:

npm install -g zetachain@latest

Use zetachain@next for bleeding-edge builds.

📘 Examples

Create a new project:

zetachain new

Start localnet:

zetachain localnet start

Query cross-chain balances:

zetachain query balances

🤖 MCP Server Installation

The ZetaChain CLI can be used as an MCP (Model Context Protocol) server, allowing AI assistants like Claude Code and Cursor to execute ZetaChain commands.

Local Installation (Recommended)

Install locally for full access to your filesystem, accounts, and localnet:

npm install -g zetachain
zetachain mcp install --client claude    # for Claude Code
# or
zetachain mcp install --client cursor    # for Cursor

Then restart your AI editor to activate the MCP server.

Check installation status:

zetachain mcp list

Remove:

zetachain mcp remove --client claude

Cloud Installation (Smithery)

For quick setup without local installation, visit Smithery and click "One-Click Install".

⚠️ Note: The cloud version runs on remote servers and cannot access your local files, accounts, or localnet.

🧭 CLI Reference

For full command documentation:

zetachain docs

Or use --help with any command:

zetachain accounts --help

🤝 Contributing

We welcome contributions! Please open issues or submit pull requests.

📚 Learn More

  • ZetaChain Docs
  • CLI Docs
  • Join Discord
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
TransportHTTP
AuthRequired
UpdatedSep 19, 2025
View on GitHub