# Does Notion have an MCP server?

**Yes — Official.** Notion maintains an official MCP server.

## Facts

- Verdict: Official (Yes)
- Access: Remote server — Hosted by the vendor — no install, connect over HTTP with OAuth or a token.
- Endpoint: `https://mcp.notion.com/mcp`
- Repository: [makenotion/notion-mcp-server](https://github.com/makenotion/notion-mcp-server) — ★ 4.6k, last push 2026-07-25, MIT
- Maintainer: Notion
- Language: TypeScript
- Category: [Workplace & Productivity](https://mcpyet.com/category/workplace-productivity/)
- Verified against vendor docs: 2026-08-10
- GitHub data refreshed: 2026-08-11 (re-checked every 6 hours)

## What it does

> Official Notion MCP Server
> — how [makenotion/notion-mcp-server](https://github.com/makenotion/notion-mcp-server) describes itself

## The receipts

- **Vendor-hosted (remote):** `https://mcp.notion.com/mcp` — a remote server run by Notion itself, nothing to install. Documented at <https://developers.notion.com/docs/mcp>.
- **Official repository:** [makenotion/notion-mcp-server](https://github.com/makenotion/notion-mcp-server) — ★ 4.6k, pushed 2026-07-25, MIT (active)

## How to connect it

Hosted by the vendor — no install, connect over HTTP with OAuth or a token.

### Claude Code

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

Add `--scope user` to make it available in every project.

### Claude Desktop

1. Open **Settings → Connectors**
2. Click **Add custom connector**
3. Paste `https://mcp.notion.com/mcp`
4. Finish the sign-in prompt, then enable it in the chat's tools menu

### Cursor

Add to `.cursor/mcp.json` in your project, or `~/.cursor/mcp.json` for every project:

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

### VS Code

Add to `.vscode/mcp.json`, then pick the server from Copilot's agent-mode tools menu:

```json
{
  "servers": {
    "notion": {
      "type": "http",
      "url": "https://mcp.notion.com/mcp"
    }
  }
}
```

### ChatGPT

1. Enable **Developer mode** under Settings → Apps & Connectors → Advanced
2. Choose **Create** and paste `https://mcp.notion.com/mcp`
3. Complete sign-in, then enable the connector in a new chat

## How we know

Notion-hosted remote MCP server at mcp.notion.com/mcp (verified live, MCP OAuth challenge) plus open-source makenotion/notion-mcp-server (~4.6k stars). Seed top_repo was a third-party fork.

- GitHub data refreshed 2026-08-11, then every 6 hours.
- Vendor docs verified on 2026-08-10.
- Corrections: hello@mcpyet.com.

## Also in Workplace & Productivity

- [Atlassian](https://mcpyet.com/mcp/atlassian.md) — Official (Yes)
- [Google Drive](https://mcpyet.com/mcp/google-drive.md) — Official (Yes)
- [Confluence](https://mcpyet.com/mcp/confluence.md) — Official (Yes)
- [ServiceNow](https://mcpyet.com/mcp/servicenow.md) — Official (Yes)
- [Excalidraw](https://mcpyet.com/mcp/excalidraw.md) — Official (Yes)
- [Google Sheets](https://mcpyet.com/mcp/google-sheets.md) — Official (Yes)

---

Source: https://mcpyet.com/mcp/notion/ — data refreshed 2026-08-11
