N

Notion MCP

Query and update Notion pages and databases

Notion·
Featured
·No reviews yet
Docs
Share:

About

Read and write Notion pages and databases. Query databases with filters and sorts, create new pages from templates, append blocks to existing pages, and search across your workspace. Auth is per-integration; only pages explicitly shared with your Notion integration are reachable.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

create_task
Create a new task
list_tasks
List tasks with filters
update_task
Update fields of an existing task

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Notion MCP.

What is the Notion MCP?
The Notion MCP allows you to programmatically access and modify content within Notion workspaces. It supports querying databases, creating pages, appending blocks, and searching across your Notion data. This enables automation and integration with other services.
How do I authenticate with the Notion MCP?
The Notion MCP uses OAuth for authentication. This means you will authorize an integration to access specific pages and databases within your Notion workspace. Authorization is handled on a per-integration basis.
What are the primary capabilities of the Notion MCP?
The Notion MCP enables you to query databases with filters and sorts, create new pages from templates, and append blocks to existing pages. You can also search across your entire Notion workspace for specific content. These features facilitate comprehensive interaction with Notion data.
Can I use the Notion MCP to access all my Notion pages?
No, the Notion MCP can only access pages explicitly shared with your Notion integration. It operates on a per-integration authentication model, so you control which parts of your workspace are exposed to the MCP.
How much does it cost to use the Notion MCP?
The Notion MCP itself does not have a direct cost, but its usage is subject to the pricing and terms of the underlying Notion service. Any costs would be associated with your Notion account plan. Refer to Notion's official pricing for details.

Install Notion MCP

Server URL

https://mcp.notion.com/mcp

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "notion": {
      "url": "https://mcp.notion.com/mcp",
      "transport": "http",
      "authType": "oauth"
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "notion": {
      "url": "https://mcp.notion.com/mcp"
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "notion": {
      "type": "http",
      "url": "https://mcp.notion.com/mcp"
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.