Servers / Notion
Install Notion MCP in Cursor
Direct answer
Point Cursor at Notion's hosted MCP: url https://mcp.notion.com/mcp on a notion server in mcp.json. Reload Cursor and complete OAuth. The agent can then search and read pages the signed-in user can open. Writes follow that user's permissions.
Cursor mcp.json
Paste this into ~/.cursor/mcp.json (global) or.cursor/mcp.json (this repo). Merge it with servers you already have. Primer: how Cursor loads MCP.
{
"mcpServers": {
"notion": {
"url": "https://mcp.notion.com/mcp"
}
}
}MCP endpoint: https://mcp.notion.com/mcp. Source: Notion MCP.
What it is
Notion MCP is the workspace, not a markdown dump. Specs, RFCs, and task databases live there. Cursor can query them instead of waiting for you to paste a page.
The problem it solves
If the spec is in Notion and the code is in git, the agent only sees git. That is how you get a feature that matches last week's export.
Install steps
- Add the URL. Create a notion entry with url https://mcp.notion.com/mcp.
- Connect the workspace. OAuth opens Notion. Grant only the pages the agent should see if Notion offers a picker.
- Smoke test. Ask Cursor to find the page that describes this feature and quote the acceptance criteria.
A prompt that uses it
Search Notion for the spec of this feature, quote the acceptance criteria, and list the gaps in the current branch.
If it will not connect
If OAuth succeeds but search is empty, the integration cannot see those pages. Share them with the integration or reconnect with a wider grant. Confirm the URL is https://mcp.notion.com/mcp.
FAQ
What is the Notion MCP URL?
https://mcp.notion.com/mcp
Can it create pages?
Yes if the grant allows writes. Use a read-only grant if you only want search.
Does this work with Notion AI?
It is a separate MCP server for clients like Cursor. It is not the in-app Notion AI assistant.
Project file or global?
Global is fine if every repo uses the same workspace. Use a project file if only some repos should see Notion.