# Lightpage MCP Lightpage exposes a Model Context Protocol (MCP) server for connecting Lightpage entries to compatible AI apps. MCP URL: https://worker.lightpage.com/mcp Authentication: OAuth Supported apps can connect by registering the MCP URL and completing the Lightpage authorization flow in the browser. Once authorized, the app can request access to the user's Lightpage entries through the MCP tools exposed by Lightpage. Available MCP tools: - list_entries: List the user's Lightpage entries, newest updates first. Supports optional filters for updated_after, updated_before, search, tags, and cursor. - read_entry: Read one Lightpage entry as markdown, including image resource links when present. Data access: - MCP access is scoped to the Lightpage account that completes OAuth authorization. - Embedded entry images may be returned as MCP resource links when supported by the client. Managing authorized apps: Authorized MCP apps can be viewed and revoked in Lightpage by going to Settings -> Data -> MCP. Examples: Claude Code: claude mcp add --transport http lightpage https://worker.lightpage.com/mcp Codex: codex mcp add lightpage --url https://worker.lightpage.com/mcp codex mcp login lightpage Primary site: https://lightpage.com API docs: https://lightpage.com/api.txt