Productivity
Notion
Official Notion MCP server for querying pages, databases, and blocks with OAuth authentication.
Install
npx -y @notionhq/notion-mcp-serverOfficial Notion MCP server for querying pages, databases, and blocks with OAuth authentication.
npx -y @notionhq/notion-mcp-serverThe Notion MCP server is the official integration that lets LLMs read and search your Notion workspace. Query pages, databases, and blocks to give agents access to specs, docs, and project plans.
{
"mcpServers": {
"notion": {
"command": "npx",
"args": ["-y", "@notionhq/notion-mcp-server"],
"env": {
"OPENAPI_MCP_HEADERS": "{\"Authorization\":\"Bearer ntn_YOUR_TOKEN\",\"Notion-Version\":\"2022-06-28\"}"
}
}
}
}