Notion Connector for AI agents.
12 live capabilities
Manage your knowledge base and project databases through natural conversation.
Waiting for input…
Why people use Notion
Notion for Knowledge Management and Database Automation
With this Connector, you just tell your agent what needs to happen in plain English. It handles the IDs, the filters, and the property updates instantly. You get a finished entry or a found document without ever leaving your chat window.
What Vinkius changes
Your AI becomes a direct operator for your Notion workspace.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Updating project statuses
Instead of clicking into every page, ask your agent to update the status of the 'API Design' row to 'Done' across your tracker.
- Real-world use case 02
Finding specific project info
Tell your agent to search for all pages related to 'Q4 Budget' and summarize the key points from the most recent ones.
- Real-world use case 03
Adding new tasks to a list
Say 'Add a new task called Review PR 234 to the Task Tracker' and let your agent handle the property mapping and creation.
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
Append block children
Append child blocks to an existing block or page
- 02 Capability
Create page
You must provide the parent object and properties (schema based on parent type). Create a new page in Notion
- 03 Capability
Get me
Retrieve the authenticated bot user. This helps you verify your integration token is working right.
- 04 Capability
List databases
List all databases available to the integration
05—08
4 capabilities in this set.
Part of 12 available through Notion.
- 05 Capability
List users
List everyone in your Notion workspace. Use this to see who has access or who created specific content.
- 06 Capability
Query database
Query a specific Notion database with filters and sorts
- 07 Capability
Retrieve block children
Retrieve child blocks of a specific block or page
- 08 Capability
Retrieve user
Retrieve a specific user by ID
09—12
4 capabilities in this set.
Part of 12 available through Notion.
- 09 Capability
Search
Search for pages and databases by title. It is the fastest way to discover content across your workspace.
- 10 Capability
Update page
Update specific properties on a Notion page. Use this to change statuses, priorities, or other fields.
- 11 Capability
Retrieve database
Retrieve metadata for a specific database
- 12 Capability
Retrieve page
Retrieve a specific Notion page by ID
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_AqE4mbKatRY33TsikAo1EOUPI50yPqHwHQ3v8v1u/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_AqE4mbKatRY33TsikAo1EOUPI50yPqHwHQ3v8v1u/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-alternative": {
"url": "https://edge.vinkius.com/vk_preview_AqE4mbKatRY33TsikAo1EOUPI50yPqHwHQ3v8v1u/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-alternative": {
"url": "https://edge.vinkius.com/vk_preview_AqE4mbKatRY33TsikAo1EOUPI50yPqHwHQ3v8v1u/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-alternative": {
"url": "https://edge.vinkius.com/vk_preview_AqE4mbKatRY33TsikAo1EOUPI50yPqHwHQ3v8v1u/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-alternative": {
"url": "https://edge.vinkius.com/vk_preview_AqE4mbKatRY33TsikAo1EOUPI50yPqHwHQ3v8v1u/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-alternative --transport http "https://edge.vinkius.com/vk_preview_AqE4mbKatRY33TsikAo1EOUPI50yPqHwHQ3v8v1u/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.
This is for the knowledge manager who is drowning in tabs, the developer who needs to update project logs without leaving their IDE, and the team lead trying to keep a project tracker from becoming a graveyard of outdated info.
Knowledge Manager
Audits workspace users and reviews comment threads to keep documentation fresh.
Developer
Creates database rows programmatically and appends code blocks to technical specs.
Project Coordinator
Queries task databases for In Progress items to generate quick status updates.
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.
Can the Notion MCP search my entire workspace?
Yes, it can search all pages and databases that the integration has access to by title. This makes it easy to find specific content without knowing the exact folder structure.
Does the Notion MCP allow me to create new database rows?
Yes, you can create new entries in your databases and set specific properties like status, name, or priority during the creation process.
Can my agent read the actual text inside a Notion page?
Yes, the Connector can retrieve the actual content of a page, including paragraphs, headings, lists, and images, so your agent can summarize or analyze the text.
Can I use the Notion MCP to update project statuses?
Yes, you can update specific properties on any page without opening the Notion app. Just tell your agent which page and what the new status should be.
Is the Notion MCP good for managing team comments?
Yes, it can list and read comment threads on your pages. This is helpful for reviewing feedback and keeping track of team discussions.
How do I get the AI to find 'In Progress' tasks?
You can ask your agent to query your database using a filter for the 'In Progress' status. It will pull the matching rows and show them to you in the chat.
How do I create a Notion Internal Integration Token?
Go to Notion Integrations, click + New integration, give it a name, select the workspace and click Submit. Copy the Internal Integration Secret (starts with ntn_). Then, open any page or database in Notion, click ... > Add connections and select your integration to grant access.
Why can't the integration see my pages?
Notion integrations only have access to pages and databases you explicitly share with them. Open any page, click ... (top-right) > Add connections, and select your integration. The integration will then have access to that page and all its children. Use the search capability to discover accessible content.
Can I create new pages in a database?
Yes! Use create_database_row with the database ID and a properties JSON object. First use get_database to see the property schema (column names and types). Properties follow Notion's format: {"Name":{"title":[{"text":{"content":"My Page"}}]},"Status":{"select":{"name":"Done"}}}.
Can I read and append page content?
Yes! Use get_page_blocks with a page ID to read all block children (paragraphs, headings, lists, etc.). Use append_block to add new blocks. provide the page ID and a JSON array of block objects following Notion's block schema.
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 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available