You've been saving things to Notion — articles, whole ChatGPT/Claude threads, migration notes, PDFs. Maybe with Clipno, maybe by hand. Either way it adds up to a real knowledge base.
And then it just sits there. The regex you worked out with an AI on Tuesday, the architecture thread, the spec PDF — all in Notion, all unfindable by Friday. Saved is not the same as usable. A pile of clips isn't a knowledge base until you can query it.
Here's the setup I landed on: connect Notion to Claude with the official MCP connector, then ask.
Why MCP
Notion ships an official MCP connector. It lets Claude search and read your Notion with your existing permissions — no integration token, no API code. You ask in natural language; Claude finds the relevant pages, reads them, and answers with sources.
Two things devs tend to appreciate:
- No Notion AI subscription required. The MCP connector is free; Claude does the reasoning. If you only wanted Notion AI to ask questions of your own notes, this replaces it for free.
- It respects your permissions. The connector acts as you — it can only touch what your Notion account can.
Connect it
Claude (web/desktop): Settings → Connectors → find Notion in the directory → Connect → complete the OAuth login. No URL to paste — it's a directory pick.
Claude Code: one command, then authorize with /mcp:
claude mcp add --transport http notion https://mcp.notion.com/mcp
The same connector works in Cursor, VS Code and ChatGPT — same pattern (add the connector, authorize).
Ask it
Name what you saved and Claude searches Notion for it:
Search my Notion and summarize the Postgres migration notes I saved, with the source.
Claude runs the search, opens the matching page, and answers in plain language — citing the Notion page so you can jump to the original.
Better answers = a fuller knowledge base
The answers are only as good as what's in Notion. Ask about something you've barely saved and there's little to draw on; ask about a topic you've captured widely — the article, the follow-up thread, the spec — and Claude synthesizes across all of it.
So the leverage is in keeping the base fed. That's where a one-click clipper earns its keep — Clipno saves articles, AI chats, PDFs and emails straight into the Notion database Claude reads. Capture with the clipper; recall with Claude over MCP.
Full walkthrough with screenshots: https://clipno.app/en/blog/chat-with-notion-using-claude-mcp
Top comments (0)