tinqiao-oss/clawtouch-mcp
by Various
ClawTouch MCP server — exposes a real USB-HID keyboard/mouse (Raspberry Pi Pico 2) as Model Context Protocol tools for any LLM agent. MIT.
MCP
tinqiao-oss/clawtouch-mcp
Added 7 June 2026
Overview
ClawTouch MCP server exposes a real USB-HID keyboard and mouse connected via a Raspberry Pi Pico 2 as Model Context Protocol tools. This allows any LLM agent to programmatically send keystrokes and mouse actions through a physical hardware interface. The project is open source under the MIT license and written in Python.
Best for
Best for
Developers who need a reliable physical HID bridge for LLM-driven automation on locked-down or embedded systems
Use cases
- Automating GUI interactions on a machine that cannot use virtual input devices
- Testing or debugging software that requires physical HID input
- Enabling an LLM agent to control a separate computer or kiosk via USB
Notes
ClawTouch MCP server exposes a real USB-HID keyboard and mouse connected via a Raspberry Pi Pico 2 as Model Context Protocol tools. This allows any LLM agent to programmatically send keystrokes and mouse actions through a physical hardware interface. The project is open source under the MIT license and written in Python.
2 stars on GitHub. Last updated 2026-06-07. Licensed MIT.
Use cases
- Automating GUI interactions on a machine that cannot use virtual input devices
- Testing or debugging software that requires physical HID input
- Enabling an LLM agent to control a separate computer or kiosk via USB
Pros
- Provides genuine hardware-level input, bypassing OS virtual device restrictions
- Simple MCP interface makes it easy to integrate with any LLM agent
- Low-cost hardware requirement (Raspberry Pi Pico 2)
Cons
- Requires additional hardware and wiring, not a pure software solution
- Limited to the capabilities of the Pico 2 (e.g., no joystick or gamepad support)
- Very small community (2 stars) with minimal documentation or support
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Provides genuine hardware-level input, bypassing OS virtual device restrictions
- Simple MCP interface makes it easy to integrate with any LLM agent
- Low-cost hardware requirement (Raspberry Pi Pico 2)
Cons
- Requires additional hardware and wiring, not a pure software solution
- Limited to the capabilities of the Pico 2 (e.g., no joystick or gamepad support)
- Very small community (2 stars) with minimal documentation or support
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
mediar-ai/screenpipe
Various
YC (S26) | AI that knows what you've seen, said, or heard. Records everything you do, say, hear 24/7, local, private, secure
browsermcp/mcp
Various
Browser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser