Notion workspace integration — search, read, create, and update pages, databases, and blocks
OPENAPI_MCP_HEADERSnpx @getmcp/cli add notionConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"notion": {
"command": "npx",
"args": [
"-y",
"@notionhq/notion-mcp-server"
],
"env": {
"OPENAPI_MCP_HEADERS": ""
}
}
}
}