serial-mcp-server

woshimayi/serial-mcp-server
★ 1 stars Unknown language 🤖 AI/LLM Updated 10d ago
Serial MCP bridge server (stdio / HTTP transport) Bridges a serial port to AI assistants (Claude, etc.) via the Model Context Protocol. Supports stdio and HTTP transports, with a built-in WebSocket mirror for the GUI monitor.");
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "serial-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "woshimayi/serial-mcp-server"
      ]
    }
  }
}