Skip to content
Cursor

Serial Console MCP: AI for telecom equipment and any serial device for Cursor

io.github.sbrunner-atx/serial-console-mcp

Let AI configure telecom gear over serial: Juniper and Cisco, Icom CI-V, Yaesu/Kenwood CAT, rotators

client:Cursor transport:stdio runtime:pypi

Install Serial Console MCP: AI for telecom equipment and any serial device in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "serial-console-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "serial-console-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Serial Console MCP: AI for telecom equipment and any serial device in other clients