Serial Hardware Bridge
Bridges LLMs with physical hardware through serial communication, enabling real-world interaction via configurable commands for IoT projects and hardware control applications.
5 stars
0 tools
Created Aug 2025
@mcp2everything/mcp2everything-serial-hardware-bridge-mcp2tcpAbout
Bridges LLMs with physical hardware through serial communication, enabling real-world interaction via configurable commands for IoT projects and hardware control applications.
Categories
general
Installation
npm
npm install @mcp2everything/mcp2everything-serial-hardware-bridge-mcp2tcp
Configuration
{
"mcpServers": {
"mcp2everything-serial-hardware-bridge-mcp2tcp": {
"command": "npx",
"args": [
"-y",
"@mcp2everything/mcp2everything-serial-hardware-bridge-mcp2tcp"
]
}
}
}