notion-mcp-server

avaughey/notion-mcp-server
★ 0 stars TypeScript 🗄️ Database Updated today
MCP server for Notion — read, search, and write Notion pages and databases from any MCP-compatible AI client
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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