Blinq
Context-aware AI at your cursor.
The problem
Capturing web content into Notion — with the right title, tags, and destination — is a manual, context-losing chore, and existing clippers don’t understand what you’re looking at or search your workspace.
How it works
Press ⌘⇧E anywhere and a popup appears at your cursor that understands the page (via Claude), searches your Notion workspace for related pages, and saves, creates, or updates — with AI-suggested titles and tags. It’s a native MCP client: every Notion operation goes through Notion’s hosted MCP server over OAuth with PKCE, no local server and no token to copy-paste.
Key features
- Cursor-anchored popup triggered by keyboard shortcut or right-click
- Native Notion hosted-MCP client (OAuth PKCE + dynamic client registration)
- Claude-powered page understanding with AI-suggested titles and tags
- Workspace search + page creation + task creation + property updates
- Shadow-DOM-isolated popup UI that won’t collide with the host page
Architecture
A Chrome MV3 extension calls the Claude API for context understanding in parallel with the Notion hosted MCP server over JSON-RPC. The background script is the MCP client; the content script handles extraction and the Shadow-DOM popup.