chia-blockchain

GitHub

Chia blockchain python implementation (full node, farmer, harvester, timelord, and wallet)

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "chia-blockchain": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-chia-blockchain"
      ]
    }
  }
}