MCP server · Project and collaboration
Notion MCP server
Notion's official MCP server that lets an agent read and write pages, databases, and blocks across your Notion workspace.
Verified · editorial policy
Notion MCP server TL;DR
- Server
- Notion MCP server
- Vendor
- Notion
- Category
- Project and collaboration
- Distribution
- npm package (runs locally)
- TL;DR
- Notion's official MCP server exposes Notion's page and database model as MCP tools. The agent can read a doc, query a database, create a new page, or update a block – all under the integration scopes you grant. The right server when your indie SaaS knowledge base lives in Notion.
- Founder fit
- If your roadmap, customer notes, or strategy docs live in Notion, this server lets Claude reason about them in place. Draft a blog from a Notion outline, update a customer record from a chat transcript, or pull a recurring template into a new project.
- Last verified
- May 22, 2026
What an agent can do with it
Read pages and databases
Inspect page content, database rows, and block trees.
Create or update content
Add new pages, append blocks, edit existing entries.
Query databases
Filter and sort database queries by property.
Why an indie SaaS founder cares
If your roadmap, customer notes, or strategy docs live in Notion, this server lets Claude reason about them in place. Draft a blog from a Notion outline, update a customer record from a chat transcript, or pull a recurring template into a new project.
Install
Access: Authenticated via Notion internal integration token. Scope the integration to the pages and databases you want exposed.
Claude Desktop
Add the following block to your claude_desktop_config.json and restart Claude:
{
"mcpServers": {
"notion": {
"command": "npx",
"args": ["-y", "@notionhq/notion-mcp-server"]
}
}
}Cursor
Add the following block to .cursor/mcp.json in your home directory or project root:
{
"mcpServers": {
"notion": {
"command": "npx",
"args": ["-y", "@notionhq/notion-mcp-server"]
}
}
}Install snippets are derived from the vendor's published distribution shape. If your client is neither Claude Desktop nor Cursor, see the vendor docs for client-specific configuration.
Notion MCP server – FAQ
Can the agent see pages outside the integration scope?
No – Notion's integration model limits visibility to pages you explicitly share with the integration.
Related MCP servers
GitHub MCP server
GitHub's official MCP server that lets an agent read repositories, issues, pull requests, and Actions across your account.
Linear MCP server
Linear's official MCP server that lets an agent read and act on issues, projects, and cycles in your Linear workspace.
Slack MCP server
Reference MCP server that lets an agent read channels, search history, and post messages in a Slack workspace.
Want an agent that knows your SaaS offer?
Install the UnlockSaaS MCP server alongside this one and the assistant can diagnose your live landing page, pull funnel and pricing teardowns of competitors, and walk the Brunson Playbook with you.