Skip to content

notion mcp server for Zed

io.github.awkoy/notion-mcp-server

Token-auth Notion MCP: pages, databases, blocks, comments, files. Runs headless in CI and agents.

client:Zed transport:stdio runtime:npm

Install notion mcp server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "notion-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "notion-mcp-server"
      ],
      "env": {
        "NOTION_TOKEN": "<NOTION_TOKEN>",
        "NOTION_PAGE_ID": "<NOTION_PAGE_ID>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

notion mcp server in other clients