Skip to content
Cursor

Anno for Cursor

io.github.philmingdao/anno

Local-first HTML review, editing, and annotation for AI coding agents.

client:Cursor transport:stdio runtime:npm

Install Anno in Cursor

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

{
  "mcpServers": {
    "anno": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@philmingdao/anno"
      ]
    }
  }
}

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

Anno in other clients