Notion MCP Server (Official)
Official ProductivityOfficial Notion MCP server for full Notion API access from AI assistants.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"notion-mcp-official": {
"command": "npx",
"args": [
"-y",
"@notionhq/notion-mcp-server"
]
}
}
}