MCP Directory
Back

notion-mcp-server

by awkoy · TypeScript · ★ 157

Notion MCP server for Claude, Cursor, ChatGPT & Claude Desktop. Connect AI agents to Notion via Model Context Protocol — pages, databases, blocks, comments, files.

#ai-agent#anthropic#chatgpt#claude#claude-desktop#cursor#llm#mcp#mcp-server#model-context-protocol#notion#notion-ai#notion-api#notion-mcp#typescript

Install

npx -y github:awkoy/notion-mcp-server

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "notion-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "github:awkoy/notion-mcp-server"
      ]
    }
  }
}

From the README

[](https://smithery.ai/server/@awkoy/notion-mcp-server) An agent-first **Notion MCP server** (Model Context Protocol) that connects Claude, Cursor, ChatGPT, Claude Desktop, Cline, Zed and other MCP-compatible AI clients to Notion. Sign in once with your Notion **Personal Access Token (PAT)** — no per-page sharing dance, no extra integration to set up. Your AI sees the Notion pages you authorize the token for (typically your whole workspace) and can create pages, query databases, append blocks, leave comments, and upload files in natural language. > **v2.4 — built for AI agents, not REST clie…
Read full README on GitHub →

Related filesystem servers