Community Productivity

Notion

Read + write Notion pages, databases, and blocks — the official-API surface as MCP tools.

892 stars 169 forks Last commit 1w ago Language TypeScript License MIT
Sign in to like + track View on GitHub →

Install

npm install -g mcp-notion-server

Claude Desktop / Cursor config

Drop into your claude_desktop_config.json or Cursor MCP settings. Replace the ${…} placeholders with your own values.

{
  "mcpServers": {
    "notion": {
      "command": "npx",
      "args": ["-y", "mcp-notion-server"],
      "env": { "NOTION_API_TOKEN": "${NOTION_TOKEN}" }
    }
  }
}

About

Community Notion MCP server. Page + database search, block-level reads + writes, page creation, database row CRUD. Integration-token auth (admin in the Notion workspace adds the integration to specific pages).

Discussion (0)

Sign in to comment →

No comments yet. Sign in to start the discussion.

More Productivity servers