Skip to main content
Feedback

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.

ToolDescription
getBlockChildrenRetrieves all child blocks contained within a specified parent block.
appendBlockChildrenAdds new child blocks to the end of a specified parent block.
getDatabaseRetrieves the structure and configuration of a specific database.
queryDatabaseSearches a database and returns pages matching specified filter criteria.
createPageCreates a new page with specified properties and content.
getPageRetrieves the properties and content of a specific page.
updatePageModifies the properties of an existing page.
searchFinds pages and databases by searching for matching titles.
listUsersRetrieves a list of all users in the workspace.
getUserRetrieves profile information for a specific user.
On this Page