Notion Connector for AI agents.
12 live capabilities
Waiting for input…
Why people use Notion
Notion for Workspace Automation
This Connector changes that by letting your agent do the heavy lifting. You can ask it to find a specific project, update its progress, or create a new entry from a chat summary. You get a workspace that reacts to your commands in real time.
What Vinkius changes
You get a direct line of communication between your AI agent and your Notion workspace.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Bulk status updates for projects
A project manager asks the agent to find all tasks marked 'In Progress' and update them to 'Completed' using update_page.
- Real-world use case 02
Summarizing long wiki pages
A researcher asks for a summary of a technical doc.
- Real-world use case 03
Automated meeting notes
A team lead asks the agent to create a new page for today's meeting and append the transcript using create_page and append_block_children.
Complete set · 12capabilities
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 12 available through Notion.
- 01 Capability
Create page
Create a new page in Notion with specific parent objects and properties. This is useful for generating new entries from chat summaries.
- 02 Capability
List databases
See all the databases available to your integration at once. Use this to find the correct ID before querying.
- 03 Capability
List users
Get a list of everyone in your workspace. Use this to identify team members for page assignments.
- 04 Capability
Query database
Filter and sort database items to find exactly what you need. It's perfect for finding specific tasks or logs.
05—08
4 capabilities in this set.
Part of 12 available through Notion.
- 05 Capability
Retrieve block children
Get all the content blocks inside a specific page or block. This lets your agent read the full page content.
- 06 Capability
Retrieve database
Get the metadata for a specific database you want to interact with. Use this to understand the database schema.
- 07 Capability
Retrieve page
Pull the full content of a specific page using its unique ID. This provides the agent with the full context of a document.
- 08 Capability
Retrieve user
Get details for a specific user in your workspace. Use this to pull user info into your notes.
09—12
4 capabilities in this set.
Part of 12 available through Notion.
- 09 Capability
Search
Find pages and databases by their titles across your whole workspace. Use this for quick navigation of your data.
- 10 Capability
Update page
Change the properties of a page you already have in your workspace. This is great for updating project statuses.
- 11 Capability
Append block children
Add new blocks of text or content to an existing page or block. Use this to build out pages incrementally.
- 12 Capability
Get me
Check the status and info of the current integration. Use this to verify your connection is active.
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_7yWgxrQCxhrFe6zKrOXJmusAlh4TidOqkXsGiSeC/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_7yWgxrQCxhrFe6zKrOXJmusAlh4TidOqkXsGiSeC/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-extended": {
"url": "https://edge.vinkius.com/vk_preview_7yWgxrQCxhrFe6zKrOXJmusAlh4TidOqkXsGiSeC/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...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"notion-extended": {
"url": "https://edge.vinkius.com/vk_preview_7yWgxrQCxhrFe6zKrOXJmusAlh4TidOqkXsGiSeC/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...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"notion-extended": {
"url": "https://edge.vinkius.com/vk_preview_7yWgxrQCxhrFe6zKrOXJmusAlh4TidOqkXsGiSeC/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...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"notion-extended": {
"url": "https://edge.vinkius.com/vk_preview_7yWgxrQCxhrFe6zKrOXJmusAlh4TidOqkXsGiSeC/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...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add notion-extended --transport http "https://edge.vinkius.com/vk_preview_7yWgxrQCxhrFe6zKrOXJmusAlh4TidOqkXsGiSeC/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...". 12 tools are ready
Where the request belongs
Work Notion can move forward.
The knowledge worker who feels buried in their own documentation. It's for people who use Notion as a second brain but hate the friction of manual searching.
Project Manager
Tracking status updates across multiple databases without manually clicking into every project.
Content Strategist
Creating new content drafts and organizing them into specific pages based on research.
Researcher
Pulling specific data points from massive knowledge bases to summarize for reports.
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.
OneNote
Connect your AI agent to Microsoft OneNote to search, read, extract, and append content to your personal or enterprise notebooks seamlessly.
FlowUs
All-in-one knowledge management and collaboration platform. manage pages, blocks, and databases via AI.
Memo Meister
Create and organize smart notes with AI-powered tagging, search, and knowledge connections that make your ideas retrievable.
Simplenote
Manage your Simplenote notes directly from your AI assistant. Create, search, edit, and organize plain-text notes without leaving the conversation.
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.
How does the Notion MCP help my AI agent?
It gives your agent the ability to read and write to your Notion workspace. Instead of just talking about your data, the agent can actually find pages, update database properties, and create new entries for you.
Can I use the Notion MCP to update my project statuses?
Yes, you can. By using the update_page capability, your agent can change properties like status, owner, or dates across your databases based on your instructions.
Will the Notion MCP search my whole workspace?
Yes, the search capability allows your agent to look through your entire Notion workspace to find pages and databases by their titles.
Can the Notion MCP create new pages for me?
Absolutely. Your agent can use the create_page capability to generate new notes or entries with specific properties and schemas directly in your workspace.
Does the Notion MCP require me to stay in the Notion app?
No, that's the main benefit. You can do all of this from your AI client, like Claude or Cursor, without ever having to switch tabs to Notion.
Can the Notion MCP read the content of my pages?
Yes, it can retrieve the full content of a page using the retrieve_block_children and retrieve_page capabilities, which allows your agent to summarize or analyze your notes.
Can the AI query specific rows in a Notion database?
Yes! Supply the Database ID and you can filter rows by properties, check tags, and read text fields.
Does it support creating new pages?
Absolutely. The agent can construct a new page as a child of an existing page or database.
How do I share my Notion pages with the integration?
You must explicitly share specific databases or root pages with your 'Internal Integration' user via the Notion UI share menu.
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