Skip to content
Grok

notion mcp server for Grok

io.github.awkoy/notion-mcp-server

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

client:Grok transport:stdio runtime:npm

Install notion mcp server in Grok

.mcp.json (in your project root)

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

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

notion mcp server in other clients