How to Use the Notion MCP in Windsurf
Let Windsurf's Cascade agent autonomously map, query, and update your Notion workspace without writing manual integration scripts.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Notion MCP to Windsurf
Create your Vinkius account to connect Notion to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Let Cascade search Notion databases on its own
The `search` tool lets Cascade dig through your entire workspace to locate relevant pages and databases based on your current codebase context. Cascade runs this tool behind the scenes when you ask a high-level question, matching text strings against your docs without manual page ID lookups. Once it finds the target, Cascade uses `retrieve_database` to fetch the metadata structure. This means your agent maps out properties and relation fields before proposing edits, keeping your database schema intact.
Build structured project docs using this MCP Server
The `create_page` tool gives your agent the power to spin up new documents inside specific parent databases or page structures. Cascade reads your local workspace files, plans the document structure, and executes the creation call in one go. After creation, Cascade uses `append_block_children` to write the actual content blocks like headers, code blocks, and bullet points. You don't have to copy-paste your code changes into a browser because the agent handles the raw block payload formatting for you.
Sync Windsurf tasks with your Notion tracker
The `query_database` tool pulls filtered and sorted records directly into your active coding session. Cascade runs these queries to check task statuses or find open bugs assigned to you before writing code. When you finish a task, Cascade invokes `update_page` to change properties like status dropdowns or select fields. It updates the database record instantly, so your team sees your progress the second your local build passes.
Set up Notion MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the Notion MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my Notion payment history." If connected, Cascade will call the Notion tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"notion-extended-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Notion. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Notion MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Notion MCP today
We host it, we monitor it, we maintain it. You just paste one token.