Notion MCP
Read and write Notion pages, databases, and workspace content from your coding agent via OAuth.
Add Notion MCP to your agent
Remote OAuth server at mcp.notion.com. Complete the OAuth flow on first tool use. Open-source notion-mcp-server is deprecated; use the hosted endpoint.
1Config location
Global: ~/.cursor/mcp.json or project: .cursor/mcp.json
2Copy this snippet
{
"mcpServers": {
"notion": {
"url": "https://mcp.notion.com/mcp"
}
}
}
Add this block under mcpServers, then restart Cursor.