Skip to content
Cursor

lyrenth mcp for Cursor

com.lyrenth/lyrenth-mcp

Read any public web page as a clean AIDocument (Markdown + structure) through Lyrenth.

client:Cursor transport:stdio runtime:npm

Install lyrenth mcp in Cursor

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

{
  "mcpServers": {
    "lyrenth-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "lyrenth-mcp"
      ]
    }
  }
}

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

lyrenth mcp in other clients