Collaboration

Notion MCP Server

Connect your account, then chat with AI to run tools.

Notion's official MCP server providing direct access to workspaces, pages, databases, blocks, and comments. Enables reading, creating, and updating Notion content programmatically.

Official server
Agent guide included
Start Chatting

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

AI Skill
SKILL.md

Domain knowledge for Notion — workflow patterns, data models, and gotchas for your AI agent.

Notion

Notion is a workspace platform for docs, databases, and project management. This bundle provides access to pages, databases, views, comments, users, and cross-source search.

Entity Hierarchy

  • Workspace is the top-level boundary. All content belongs to a workspace.
  • Teams (teamspaces) organize members and content within a workspace.
  • Pages are individual documents with rich content (text, media, embeds, nested pages).
  • Databases are structured collections of pages with typed properties (select, date, relation, formula).
  • Data Sources are the underlying schema and storage for databases. A database can have multiple data sources.
  • Views define how database content is displayed (table, board, calendar, timeline, gallery, chart, form, map, dashboard).
  • Comments are discussions attached to pages or specific content blocks, supporting threads and replies.

Capabilities

Search and retrieval:

  • Search across the Notion workspace by keyword or phrase
  • Search connected sources (Slack, Google Drive, Jira) when Notion AI is enabled
  • Fetch page content, database schemas, or data sources by URL or ID
  • Query databases using pre-defined view filters and sorts
  • Query across multiple data sources with grouping and rollups (Enterprise + AI)

Page management:

  • Create pages with properties, content, icons, and covers
  • Apply database templates when creating or updating pages
  • Update page properties, content, icons, and covers
  • Move pages and databases to new parent locations
  • Duplicate pages within the workspace

Database management:

  • Create databases with custom property schemas
  • Update data source properties, names, and descriptions
  • Create views (table, board, list, calendar, timeline, gallery, form, chart, map, dashboard)
  • Update view configuration (filters, sorts, grouping, display options)

Collaboration:

  • Add page-level or block-level comments
  • Reply to existing discussion threads
  • List all comments and discussions on a page, including resolved threads
  • Look up users and team information

Workflows

Find and summarize content: Search the workspace for a topic. Fetch the most relevant pages to read their full content. Summarize findings or extract action items.

Create structured content: Fetch a database to see its schema and available templates. Create pages with appropriate properties and template content. Set icons and covers for visual organization.

Manage project status: Query a database view to see current task states. Update page properties (status, assignee, priority, dates). Add comments for status updates or feedback.

Reorganize workspace: Search for pages that need restructuring. Move pages to new parent locations. Update views to reflect the new organization.

Gotchas

  • Page IDs: Pages are identified by UUID or URL. Use search or fetch to get IDs before updating.
  • Database templates: Fetch the database first to discover available templates before creating pages with them.
  • View configuration: Views support a configuration DSL for filters, sorts, and grouping. Fetch existing views to understand the format before creating new ones.
  • Connected sources search: Searching Slack, Google Drive, and Jira requires a Notion AI plan. Without it, search is limited to Notion content.
  • Query capabilities: Querying across data sources requires Enterprise + AI. Querying a single database view requires Business + AI.
  • Rate limits: 180 requests/minute overall, 30 searches/minute. Avoid parallel search operations to stay under limits.

Frequently Asked Questions

What is the Notion MCP server?

Notion's official MCP server providing direct access to workspaces, pages, databases, blocks, and comments. Enables reading, creating, and updating Notion content programmatically. It provides tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Notion to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/notion-mcp. Authentication is handled automatically.

What authentication does Notion require?

Notion uses One-click sign in. Notion requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect Notion to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/notion-mcp

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to use Notion?

Sign in to connect your credentials and start running tools from the chat.

Notion MCP Server & Skill