← Index

io.github.shck-dev/notion-mcp

io.github.shck-dev/notion-mcp·v0.1.7·Productivity & Project Mgmt
Quality Score
79
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "notion-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@shck-dev/notion-mcp"
      ],
      "env": {
        "NOTION_TOKEN": "<your-notion_token>",
        "NOTION_USER_ID": "<notion_user_id>",
        "NOTION_SPACE_ID": "<notion_space_id>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "notion-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@shck-dev/notion-mcp"
      ],
      "env": {
        "NOTION_TOKEN": "<your-notion_token>",
        "NOTION_USER_ID": "<notion_user_id>",
        "NOTION_SPACE_ID": "<notion_space_id>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @shck-dev/notion-mcp
§02  Environment variables
NOTION_TOKEN
requiredsecret

Notion token_v2 cookie value from browser DevTools

NOTION_USER_ID
required

Notion user ID from x-notion-active-user-header

NOTION_SPACE_ID
required

Notion workspace ID from API request body

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Productivity & Project Mgmt