Notion
Official ProductivitySearch, read, create, and update Notion pages and databases via OAuth.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"notion": {
"command": "npx",
"args": [
"-y",
"@notionhq/notion-mcp-server"
]
}
}
}