← Back to browse

notion-mcp-server

Indexed by io.github.awkoy

About

Token-auth Notion MCP: pages, databases, blocks, comments, files. Runs headless in CI and agents.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsNOTION_TOKEN NOTION_PAGE_ID
Claude Code
claude mcp add --env NOTION_TOKEN= --env NOTION_PAGE_ID= notion-mcp-server -- npx notion-mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"notion-mcp-server","command":"npx","args":["notion-mcp-server"],"env":{"NOTION_TOKEN":"","NOTION_PAGE_ID":""}}'
JSON
{
  "mcpServers": {
    "notion-mcp-server": {
      "command": "npx",
      "args": [
        "notion-mcp-server"
      ],
      "env": {
        "NOTION_TOKEN": "",
        "NOTION_PAGE_ID": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.