The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the MCP Rs232 listing page.
An MCP server that exposes RS232 serial port connectivity
mcp-name: io.github.daedalus/mcp-rs232
serial://ports - Lists all available serial ports with their detailsserial://port/{port_name} - Get details about a specific portlist_ports_tool() - Returns list of available serial portsopen_port(port, baud_rate, ...) - Opens a serial connectionclose_port(port) - Closes a serial connectionread_port(port, size, timeout) - Reads data from port (hex encoded)write_port(port, data) - Writes hex-encoded data to portget_port_config(port) - Returns current port configuration