drio
Open app

Notion MCP Server

Source

Catalog onlyCatalog onlySTDIO

Overview

Notion MCP Server is a server designed to enable integration between Claude and Notion workspaces through the Notion API, facilitating automated interactions with Notion content.

To use the Notion MCP Server, you need to create a Notion integration, retrieve your integration token, connect it to the desired Notion pages or databases, and configure your environment for Claude to use this integration.

  • Append and manage blocks within Notion pages. - Retrieve and update pages and databases from Notion. - Supports creating new databases and items seamlessly. - Extensive error handling and troubleshooting guidelines.
  1. Automating content updates in Notion documents.
  2. Retrieving information from multiple Notion databases for reporting.
  3. Integrating Notion with other applications through Claude.

Add to your AI client

Use these steps to connect Notion MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-notion-server-suekou": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-notion-server-suekou"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "mcp-notion-server-suekou": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-notion-server-suekou"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "mcp-notion-server-suekou": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-notion-server-suekou"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mcp-notion-server-suekou": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-notion-server-suekou"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcp-notion-server-suekou": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-notion-server-suekou"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcp-notion-server-suekou": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-notion-server-suekou"
      ]
    }
  }
}

FAQ

What permissions are required for the Notion integration?

The integration requires at least "Read content" and "Update content" permissions to function effectively.

Can I use the Notion MCP Server with any Notion workspace?

Yes, as long as the permissions are correctly set and the integration is added to the desired pages or databases.

Is it necessary to modify my Claude configuration?

Yes, you will need to update the `claude_desktop_config.json` to include your Notion integration details.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":82,"uuid":"d0464089-cfa9-4c60-a77c-67b004b0582b","name":"mcp-notion-server","title":"Notion MCP Server","description":"","avatar_url":"https://avatars.githubusercontent.com/u/136655880?v=4","created_at":"$D2024-12-13T09:00:31.728Z","updated_at":"$D2024-12-13T09:34:48.079Z","status":"created","author_name":"suekou","author_avatar_url":"https://avatars.githubusercontent.com/u/136655880?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/suekou/mcp-notion-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"735\",\"license\":\"MIT license\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-05-14 10:00:40\"}","user_uuid":"c1978ca3-c4e5-4daf-a39d-5aa4d69338b7","tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":"","allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]