Skip to content
Grok

notion mcp for Grok

io.github.shck-dev/notion-mcp

Notion MCP server — search, export, and import pages as markdown

client:Grok transport:stdio runtime:npm

Install notion mcp 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": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@shck-dev/notion-mcp"
      ],
      "env": {
        "NOTION_TOKEN": "<NOTION_TOKEN>",
        "NOTION_USER_ID": "<NOTION_USER_ID>",
        "NOTION_SPACE_ID": "<NOTION_SPACE_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 in other clients