Skip to content
Cursor

notion mcp for Cursor

io.github.shck-dev/notion-mcp

Notion MCP server — search, export, and import pages as markdown

client:Cursor transport:stdio runtime:npm

Install notion mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "notion-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@shck-dev/notion-mcp"
      ],
      "env": {
        "NOTION_TOKEN": "<NOTION_TOKEN>",
        "NOTION_USER_ID": "<NOTION_USER_ID>",
        "NOTION_SPACE_ID": "<NOTION_SPACE_ID>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

notion mcp in other clients