Notion
OfficialFeatured
📋 Productivity
Connect AI to your Notion workspace. Search pages, read content, create and update pages, manage databases, and organize your knowledge base.
Tags
Tools (6)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"notion": {
"command": "npx",
"args": [
"-y",
"@notionhq/notion-mcp-server"
],
"env": {
"NOTION_TOKEN": "your-notion-token-here"
}
}
}
}