Control Raspberry Pi hardware. Read sensors, control motors, and interact with electronics.
npx -y @raspberrypi/mcp-server-raspberry-pi-gpio
Add to your Claude Desktop config:
```json
{
"mcpServers": {
"raspberry-pi-gpio": {
"command": "npx",
"args": ["-y", "@raspberrypi/mcp-server-raspberry-pi-gpio"]
}
}
}
```
control_deviceread_sensorcreate_automationmonitor_statustrigger_sceneControl Raspberry Pi hardware. Read sensors, control motors, and interact with electronics.
Language: Python
Category: Smart Home