Skip to content
Cursor

cli for Cursor

io.github.pushtodisplay/cli

PushToDisplay MCP server — send real-time updates to display boards on iOS and Android devices.

client:Cursor transport:stdio runtime:npm

Install cli in Cursor

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

{
  "mcpServers": {
    "cli": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "pushtodisplay"
      ]
    }
  }
}

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

cli in other clients