# Chia-Network/chia-blockchain | Model Context Protocol (MCP) Server > Chia blockchain python implementation (full node, farmer, harvester, timelord, and wallet) - **Stars**: ⭐ 10,798 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "chia-blockchain": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-chia-blockchain" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "chia-blockchain": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-chia-blockchain" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-chia-blockchain` - **Docker**: `docker run -i --rm mcp/chia-blockchain`