Skip to main content

Overview

Integrate Notion to create, organize, and manage pages, databases, and collaborative documentation directly from CORE. Access 15+ tools for complete knowledge management operations without leaving your workspace.

Setup Guide

  • Authentication Type : OAuth 2.0

How to Connect

  1. Navigate to CORE DashboardIntegrations
  2. Click on the Notion card
  3. Click Connect to authorize CORE
  4. You’ll be redirected to Notion to authorize the application
  5. Grant the required permissions (select specific workspaces or grant access to all)
  6. You’ll be redirected back to CORE once connected

Use Cases

When you ask CORE to perform Notion tasks, it uses MCP tools to execute your requests:
Scenario: Quickly create structured notes and organize them hierarchically
The agent will:
  1. Use notion_create_page to create the main page
  2. Use notion_create_page multiple times with the parent set to create subpages
  3. Organize the hierarchy automatically
Scenario: Extract data from databases and update records
The agent will:
  1. Use notion_get_database to understand the schema
  2. Use notion_query_database with filters to find items in progress
  3. Use notion_update_page on each result to update the date property
Scenario: Find specific pages or databases across your entire workspace
The agent will use notion_search to find matching pages and databases, returning results with metadata and links.
Scenario: Enable team contributions and discussions
The agent will:
  1. Use notion_list_users to get team members
  2. Use notion_get_page to retrieve the page
  3. Use notion_get_comments to check recent discussions
Scenario: Maintain up-to-date project documentation
The agent will:
  1. Use notion_create_database with the specified properties
  2. Use notion_create_database_item to add each milestone entry
  3. Populate properties with the correct data types
Scenario: Organize meeting notes and action items
The agent will:
  1. Use notion_get_database to understand the meetings schema
  2. Use notion_create_database_item to create a new meeting entry
  3. Populate all properties and create the content structure
Scenario: Maintain organized documentation
The agent will:
  1. Use notion_query_database to find archived items
  2. Use notion_move_pages to reorganize the hierarchy
  3. Use notion_update_page to mark items as archived
Scenario: Extract structured data from databases
The agent will:
  1. Use notion_get_database to understand the schema
  2. Use notion_query_database with appropriate filters
  3. Extract and format the data for analysis or export

Scopes

  • read_content - Read access to pages and databases
  • update_content - Create and update pages
  • insert_content - Create and update databases
  • read_user - Access to user profile information
  • read_comment - Access to comments and discussions
  • insert_comment - Create comments on pages and blocks

Available MCP Tools

The Notion integration provides 15+ tools for comprehensive knowledge management:

Need Help?

Join our Discord community for support in #core-support