Notion Connector for AI agents.
14 live capabilities
Manage project trackers and search company wikis from your chat interface.
Waiting for input…
Why people use Notion
Notion for Workspace Knowledge Management
With this Connector, your agent acts as a librarian that knows every corner of your workspace. It can find the right doc, pull the data you need, and summarize it in one turn. You stop hunting for info and start using it.
What Vinkius changes
Your agent gets full read and write access to your Notion workspace without you having to switch tabs.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Finding a buried strategy doc
A user asks where the Q4 plan is, and the agent uses search_pages to find the exact link in a nested folder.
- Real-world use case 02
Adding a new task
A developer asks to add a bug fix to the sprint, and the agent uses create_page to add it to the tracker.
- Real-world use case 03
Summarizing a wiki
A new hire asks for API specs, and the agent uses get_blocks to read the doc and provide a summary.
Complete set · 14capabilities
The complete Notion capability set.
These are the exact actions your AI can choose when you ask it to work with Notion.
01—04
4 capabilities in this set.
Part of 14 available through Notion.
- 01 Capability
Append block children
Add new content blocks to the end of a page or nested block. Use this to build out long documents automatically.
- 02 Capability
Get blocks
Read the hierarchical text and content under a specific page. It lets your agent see everything inside a document.
- 03 Capability
Create page
Insert a new row or page into a database. This is how your agent adds new tasks or entries.
- 04 Capability
Delete block
Permanently remove a block and its children from a page. Use this to strip out specific sections of content.
05—08
4 capabilities in this set.
Part of 14 available through Notion.
- 05 Capability
Get database
Retrieve the schema and properties of a Notion database. This tells your agent how the data is organized.
- 06 Capability
Get page
Fetch the metadata properties for a single Notion page. It helps the agent find the right page quickly.
- 07 Capability
Update page properties
Update specific properties on a page using the Notion schema. Use this to change status tags or dates.
- 08 Capability
Update page title
Change the title of an existing Notion page. This keeps your page names accurate as projects evolve.
09—11
3 capabilities in this set.
Part of 14 available through Notion.
- 09 Capability
Create database
Create a new Notion database inside a page. This helps you set up new trackers quickly.
- 10 Capability
Archive page
Move a Notion page to the archive or delete it. This keeps your workspace clean of old projects.
- 11 Capability
List users
List all members and bots within your Notion workspace. Use this to see who is in your team.
12—14
3 capabilities in this set.
Part of 14 available through Notion.
- 12 Capability
Query database
Read structured data rows from a specific Notion database. This lets your agent pull specific facts from your tables.
- 13 Capability
Search databases
Perform a fuzzy text search across all workspace databases. Use this to find the right database by name.
- 14 Capability
Search pages
Perform a fuzzy text search across all workspace pages. This is the fastest way to find a doc by its content.
Set up in minutes
One URL. Then ask Notion to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Notion from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_wDtgYOX1KmhdMEl87uddzNKhBYCCbKEv7NUNHWbn/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Notion, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Notion for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_wDtgYOX1KmhdMEl87uddzNKhBYCCbKEv7NUNHWbn/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Notion URL.
- Step 03
Save and start
Save the connection and enable Notion in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"notion": {
"url": "https://edge.vinkius.com/vk_preview_wDtgYOX1KmhdMEl87uddzNKhBYCCbKEv7NUNHWbn/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Notion
Open Agent mode in chat and ask: "Using Notion, help me...". 14 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"notion": {
"url": "https://edge.vinkius.com/vk_preview_wDtgYOX1KmhdMEl87uddzNKhBYCCbKEv7NUNHWbn/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Notion
Ask Copilot: "Using Notion, help me...". 14 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"notion": {
"url": "https://edge.vinkius.com/vk_preview_wDtgYOX1KmhdMEl87uddzNKhBYCCbKEv7NUNHWbn/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Notion
Open Cascade and ask: "Using Notion, help me...". 14 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"notion": {
"url": "https://edge.vinkius.com/vk_preview_wDtgYOX1KmhdMEl87uddzNKhBYCCbKEv7NUNHWbn/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Notion
Ask Cline: "Using Notion, help me...". 14 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add notion --transport http "https://edge.vinkius.com/vk_preview_wDtgYOX1KmhdMEl87uddzNKhBYCCbKEv7NUNHWbn/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Notion
Ask Claude: "Using Notion, show me...". 14 tools are ready
Where the request belongs
Work Notion can move forward.
It's for people who live in Notion but hate the friction of manual updates and searching for buried info.
Product Manager
Updates sprint trackers and creates new tasks without leaving their development environment.
Engineering Lead
Queries technical docs and pulls out specific requirements for the team.
Knowledge Manager
Automates wiki updates and ensures company knowledge is easily accessible.
When one Connector is not enough
Carry the request into a workflow.
Combine Notion with the systems that finish the task.
View all recipesBuild an AI Tutor Using Connectors
You ask ChatGPT a math question and get a confident wrong answer. Wolfram Alpha gives the provably correct computation, Perplexity adds the research context, and Notion builds your personal knowledge base , an AI tutor that never hallucinates on math
Build Document Intelligence Using Connectors
You have 500 PDFs, contracts and reports that contain critical business knowledge locked inside files nobody reads , Unstructured extracts the content, Pinecone makes it searchable, and Notion indexes every document
Consolidate Scattered Knowledge Using MCP
Half your documentation is in Notion and half is in Coda because two teams chose different capabilities , now nobody can find anything and onboarding a new engineer takes 3 weeks instead of 3 days
Create AI Podcast Content Using Connectors
You record a 45-minute podcast, spend 4 hours editing the transcript, and still do not have show notes, a blog post, or social clips , because transcription capabilities give you text but not intelligence
Create Multimodal Brand Content Using MCP
A designer charges $150 per social post and delivers in 48 hours. Your AI agent generates brand-consistent images with perfect typography, adds voice narration for video reels, and manages the content calendar in Notion , 30 posts per week, zero design software
Extract Architecture Principles Using MCP
Code patterns formalized, universal laws derived, causal forces identified , replace ad-hoc architecture with mathematical proof
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsNotion
Manage your Notion workspace, databases, and pages via AI.
Amplenote
Connect your Amplenote workspace to your AI agent. search notes, manage tasks, and organize ideas via natural language.
FlowUs
All-in-one knowledge management and collaboration platform. manage pages, blocks, and databases via AI.
OneNote
Connect your AI agent to Microsoft OneNote to search, read, extract, and append content to your personal or enterprise notebooks seamlessly.
Wolai
All-in-one information organization and collaboration platform. manage pages, databases, and blocks via AI.
Memo Meister
Create and organize smart notes with AI-powered tagging, search, and knowledge connections that make your ideas retrievable.
Bring your own AI
Change the model, client or framework. Keep Notion connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Notion.
The practical details behind the request, access and result.
Can the Notion MCP create new tasks for me?
Yes, it can. Your agent can automatically add new rows to your existing databases, like a project tracker or a backlog, based on your natural language instructions.
How does the Notion MCP search my docs?
It uses fuzzy text matching to scan your entire workspace. You can ask for a specific project plan or a meeting note, and it will find the most relevant page for you.
Can I use the Notion MCP to update my database?
Absolutely. Your agent can update specific properties like status tags, dates, or titles within your Notion databases without you having to open the app.
Does the Notion MCP work with Cursor?
Yes, it works with Cursor and any other MCP-compatible client. You can interact with your Notion data directly from your coding environment.
Can the Notion MCP read nested blocks?
Yes, it can dive into nested paragraphs, lists, and images. This allows your agent to see the full context of a page rather than just the top-level metadata.
Is the Notion MCP safe for my workspace?
It uses your internal integration secret to perform actions. You have full control over what your agent can see and do based on the permissions you grant your integration.
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.
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.
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.
One connection away
Give your agent a direct line to Notion.
Connect Notion once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available