MCP Server

Notion MCP Server

Connect your Notion pages using Model Context Protocol.

Notion MCP Server hero

Get Connected In Minutes

Bring Notion into your automations with three quick steps.

Create Your Notion Integration

  • Visit the Notion MCP Server documentation to review requirements.
  • In Notion, create a new internal integration and copy the generated secret.
  • Share the pages or databases your integration needs to access.
Notion MCP setup

Update Your Local MCP Bridge

  • Open your mcp-config.json file and add the Notion server entry.
  • Replace ntn_**** with the integration secret you just created.
  • Save the configuration and relaunch the Local MCP Bridge.
{
  "mcpServers": {
    "notionApi": {
      "command": "npx",
      "args": ["-y", "@notionhq/notion-mcp-server"],
      "env": {
        "OPENAPI_MCP_HEADERS": "{\"Authorization\": \"Bearer ntn_****\", \"Notion-Version\": \"2022-06-28\" }"
      }
    }
  }
}

Confirm The Connection

  • Watch the Local MCP Bridge console to verify Notion loads successfully.
  • Add the bridge to your MCP server list inside ChatterKB.
  • Start querying pages, summarising docs, or capturing new records straight from your automations.
Local MCP bridge

Connect Using MCP Today

Unlock powerful automations through Notion’s MCP integration.