Skip to content
Cline

serial mcp server for Cline

io.github.es617/serial-mcp-server

Let AI agents interact with serial devices — list ports, connect, send, and read.

client:Cline transport:stdio runtime:pypi

Install serial mcp server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "serial-mcp-server": {
      "command": "uvx",
      "args": [
        "serial-mcp-server"
      ],
      "env": {
        "SERIAL_MCP_MAX_CONNECTIONS": "<SERIAL_MCP_MAX_CONNECTIONS>",
        "SERIAL_MCP_PLUGINS": "<SERIAL_MCP_PLUGINS>",
        "SERIAL_MCP_MIRROR": "<SERIAL_MCP_MIRROR>",
        "SERIAL_MCP_MIRROR_LINK": "<SERIAL_MCP_MIRROR_LINK>",
        "SERIAL_MCP_TOOL_SEPARATOR": "<SERIAL_MCP_TOOL_SEPARATOR>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

serial mcp server in other clients