Notion MCP
Read and edit Notion pages and databases straight from Claude Code.
Read and edit Notion pages and databases straight from Claude Code.
What it is
The Notion MCP connects Claude Code to your Notion workspace. Claude can read pages, edit them, create new ones, and query databases โ all from the terminal. No more browser switching.
Install / Setup
Option 1 โ Terminal (remote server):
claude mcp add --scope user --transport http notion https://mcp.notion.com/mcp
First call triggers an OAuth login into your Notion workspace.
Option 2 โ Prompt Claude Code:
Install the Notion MCP server (remote: https://mcp.notion.com/mcp) via claude mcp add, walk me through the Notion OAuth, then run /mcp to confirm it's live.
Or go local with a token: claude mcp add notion -e NOTION_TOKEN=ntn_xxx -- npx -y @notionhq/notion-mcp-server (grab the token at notion.so/my-integrations).
Liking this?
Inside the community I show you how I run all of this day-to-day โ live sessions, direct feedback on your setup, and my full configs.
Use cases
- Auto-log meeting notes โ Claude writes the transcript summary into your meeting DB as a new page.
- Query your task DB โ "What are my open high-priority tasks?" โ Claude reads the DB and answers.
- Search your wiki โ Instead of hunting in Notion, Claude pulls the relevant pages and summarizes.
- Run your content calendar โ New post draft lands directly in your content DB with every property filled.
- Sync project updates โ Claude pushes status from your codebase into the Notion project page.
Pro tip
Only give the MCP access to the Notion pages and DBs you actually need (integration permissions). Full workspace access sounds handy until Claude overwrites the wrong page.
๐ Anyone can install MCPs. Knowing which combo actually moves the needle for your workflow โ that saves you weeks. Inside the community I share my full MCP stack. โ Join the Claude Code Mastery Community
Updated regularly โ follow @vine.codes for more.
Want more?