---
title: "Notion MCP"
description: "Connects AI agents to a Notion workspace to search, read and edit pages."
canonical: "https://vetted.tools/mcp/notion-mcp"
source: "https://vetted.tools/mcp/notion-mcp.md"
---

# Notion MCP

Connects AI agents to a Notion workspace to search, read and edit pages.

Source: https://vetted.tools/mcp/notion-mcp

- Slug: `notion-mcp`
- By [Notion](https://vetted.tools/companies/notion) ([GitHub](https://github.com/makenotion/notion-mcp-server), checked 2026-09-26)
- Repository: [https://github.com/makenotion/notion-mcp-server](https://github.com/makenotion/notion-mcp-server)

## Install

### Claude Code (Terminal)

```text
claude mcp add --transport http notion https://mcp.notion.com/mcp
```

### Cursor (~/.cursor/mcp.json)

```json
{
  "mcpServers": {
    "notion": {
      "url": "https://mcp.notion.com/mcp"
    }
  }
}
```

### Codex (~/.codex/config.toml)

```text
[mcp_servers.notion]
url = "https://mcp.notion.com/mcp"
```

## Facts

- License: MIT ([GitHub](https://github.com/makenotion/notion-mcp-server), checked 2026-09-25)
- Official: Yes. The registry verified the publisher's namespace. ([MCP registry](https://registry.modelcontextprotocol.io/v0/servers?search=com.notion%2Fmcp), checked 2026-09-25)
- Remote URL: https://mcp.notion.com/mcp ([MCP registry](https://registry.modelcontextprotocol.io/v0/servers?search=com.notion%2Fmcp), checked 2026-09-25)
- Registry version: 1.0.1 ([MCP registry](https://registry.modelcontextprotocol.io/v0/servers?search=com.notion%2Fmcp), checked 2026-09-25)
- Transport: Remote MCP (streamable HTTP) ([MCP registry](https://registry.modelcontextprotocol.io/v0/servers?search=com.notion%2Fmcp), checked 2026-09-25)

## Maintenance

- 22 contributors on [GitHub](https://github.com/makenotion/notion-mcp-server) as of 2026-09-25.
- 152,494 downloads on [npm](https://www.npmjs.com/package/@notionhq/notion-mcp-server) in the 7 days to 2026-09-25.

## Elsewhere on this site

- Home: https://vetted.tools/index.md
- Use cases: https://vetted.tools/use-cases.md
- Tools: https://vetted.tools/tools.md
- The brief: https://vetted.tools/brief.md
- Assessment: https://vetted.tools/assessment.md
- Site summary for agents: https://vetted.tools/llms.txt
- Every published page in one file: https://vetted.tools/llms-full.txt
- Every URL the site publishes: https://vetted.tools/sitemap.xml
