raspberry-pi-mcp.md

Raspberry Pi MCP

from"raspberrypi"
650

Raspberry Pi GPIO and hardware control

IoT & Hardware
Raspberry PiGPIOhardwareLinux
install.sh
# Clone the repository
$git clone https://github.com/raspberrypi/mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve