Skip to content
Grok

notion for Grok

com.mcparmory/notion

Create, update, and manage pages, databases, and workspace users

client:Grok transport:stdio runtime:pypi

Install notion in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "notion": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-notion"
      ]
    }
  }
}

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 in other clients