Cursor logo Add Notion MCP Server to Cursor

Licensenpm latest releaseDownloadsGitHub Stars
The Notion MCP Server is a Model Context Protocol (MCP) server that provides seamless integration with Notion APIs, enabling advanced automation and interaction capabilities for developers and tools.
/makenotion/notion-mcp-server
{
  "notionApi": {
    "command": "npx",
    "args": [
      "-y",
      "@notionhq/notion-mcp-server"
    ],
    "env": {
      "OPENAPI_MCP_HEADERS": "{\"Authorization\": \"Bearer ntn_****\", \"Notion-Version\": \"2022-06-28\" }"
    }
  }
}