ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Notion with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Unified AI interface for your Notion workspace. search pages, query databases, and manage blocks via AI.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 17 capabilities

The complete Notion capability set.

These are the exact actions your AI can choose when you ask it to work with Notion.

Capability set01 / 05

01-04

4 capabilities in this set.

Part of 17 available through Notion.

  1. 01

    Append block children

    Append blocks to page. Supports simple text or full JSON

  2. 02

    Delete block

    Delete block and its children. Irreversible

  3. 03

    Get blocks

    Read page content blocks (paragraphs, lists, headings)

  4. 04

    Get database

    Get database schema (columns, types, options). Call before create_page

Capability set02 / 05

05-08

4 capabilities in this set.

Part of 17 available through Notion.

  1. 05

    Query database

    Query database rows. Supports filter/sort as JSON

  2. 06

    Update page properties

    Update page properties (status, select, date, etc)

  3. 07

    Update page title

    Update page title. Specify property name if not Name

  4. 08

    Archive page

    Archive page (move to trash)

Capability set03 / 05

09-11

3 capabilities in this set.

Part of 17 available through Notion.

  1. 09

    Create database

    Create database inside page

  2. 10

    Create page

    Create database row. Minimal: title. Advanced: full properties JSON

  3. 11

    Get block

    Get single block by ID

Capability set04 / 05

12-14

3 capabilities in this set.

Part of 17 available through Notion.

  1. 12

    Get page

    Get page metadata (properties, parent, url). Use get_blocks for content

  2. 13

    Get user

    Get user by ID

  3. 14

    List users

    List workspace users and bots. Use to map assignee IDs

Capability set05 / 05

15-17

3 capabilities in this set.

Part of 17 available through Notion.

  1. 15

    Search databases

    Search databases by title. Returns database_id needed for query_database

  2. 16

    Search pages

    Search pages by title. Returns page_id needed for get_page/get_blocks

  3. 17

    Update block

    Update block content

Observed, not estimated

947ms average. Fast in production.

Notion is checked daily against the live service.

Daily averagePeak 1105ms
Aug 20Today
Fastest day
778ms
Slowest day
1105ms
14-day trend
Slowing+28%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 17 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Notion, so you can see the experience inside your AI.

It does not authenticate your account with Notion. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Notion Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_wDtgYOX1KmhdMEl87uddzNKhBYCCbKEv7NUNHWbn/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Notion capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "notion-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_wDtgYOX1KmhdMEl87uddzNKhBYCCbKEv7NUNHWbn/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Notion owners ask.

  • 01

    Can my AI automatically create task assignments?

    Yes. Your agent can pull the exact schema of your tracker database, retrieve the user UUIDs via list_users, and seamlessly insert a new row assigning the task—all within seconds.

  • 02

    How do I extract long notes from a page?

    While get_page gives you raw page metadata, your agent will use get_blocks to traverse paragraphs, lists, and images to stream the entire document context back into your chat workflow.

  • 03

    Does it support deep searches?

    Absolutely. It leverages multiple endpoints like search_pages and search_databases globally so your agent can track down any missing document UUID using just a textual query snippet.