Skip to content
Cursor

mcp rs232 for Cursor

io.github.daedalus/mcp-rs232

An MCP server that exposes RS232 serial port connectivity

client:Cursor transport:stdio runtime:pypi

Install mcp rs232 in Cursor

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

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

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

mcp rs232 in other clients