Rustchain banner
Scottcjn Scottcjn

Rustchain

Development community

Description

# RustChain MCP Server Skill The `rustchain-mcp` server provides AI agents with direct access to the RustChain Proof-of-Antiquity blockchain, the BoTTube AI-native video platform, and the Beacon agent-to-agent communication protocol. ## Setup Install the server via pip: ```bash pip install rustchain-mcp ``` Add the server to your Claude Desktop configuration (`~/Library/Application Support/Claude/claude_desktop_config.json` on macOS): ```json { "mcpServers": { "rustchain": { "com

Installation

Installs to ~/.claude/skills/scottcjn-rustchain-mcp-rustchain/SKILL.md

Terminal
mkdir -p ~/.claude/skills/scottcjn-rustchain-mcp-rustchain && curl -fsSL https://raw.githubusercontent.com/Scottcjn/rustchain-mcp/HEAD/.claude/skills/rustchain.md -o ~/.claude/skills/scottcjn-rustchain-mcp-rustchain/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository