Notion MCP connector
Notion is an all-in-one workspace that combines notes, tasks, wikis, and databases into a collaborative knowledge management platform. The Notion MCP connector allows AI agents to create and update pages, manage database records through queries and property updates, and navigate content by retrieving block hierarchies. It also supports searching for pages by title, managing user information, and organizing workspace content across projects and teams.
Authentication type
- OAuth 2.0 Authorization Code - Requires a one-time user login to authorize the agent to access the service on their behalf.
Uses
Use the Notion MCP connector to perform the following actions:
- Capture customer feedback directly into Notion databases for product planning
- Automate task creation in Notion when support tickets arrive from other systems
- Sync employee information from Notion to build accurate org charts
- Update project status pages in Notion based on real-time workflow completion
- Archive completed tasks and pages in Notion to maintain clean workspaces
- Search Notion for documentation by title to resolve customer inquiries faster
- Retrieve team member details from Notion to route work assignments automatically
Example prompts
Use the following example prompts to invoke Notion MCP connector tools from your AI assistant or Boomi Connect workflow:
Add a new task to my Notion product roadmap database.Find all pages in Notion about Q4 marketing campaigns.Update the status of my current project in Notion to in progress.Show me everyone on the engineering team from my Notion workspace.Create a new meeting notes page in Notion with today's date.Pull all open action items from my Notion tasks database.What information do we have about the sales manager in Notion?Add these customer feature requests as a new page in my Notion feedback database.List all databases in my Notion workspace and their contents.Retrieve the latest updates from my Notion project tracker.
Notion MCP connector tools
The Notion MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| getBlockChildren | Retrieves all child blocks contained within a specified parent block. |
| appendBlockChildren | Adds new child blocks to the end of a specified parent block. |
| getDatabase | Retrieves the structure and configuration of a specific database. |
| queryDatabase | Searches a database and returns pages matching specified filter criteria. |
| createPage | Creates a new page with specified properties and content. |
| getPage | Retrieves the properties and content of a specific page. |
| updatePage | Modifies the properties of an existing page. |
| search | Finds pages and databases by searching for matching titles. |
| listUsers | Retrieves a list of all users in the workspace. |
| getUser | Retrieves profile information for a specific user. |