mcpopen-sourceverified
Notion MCP Server
Pages, databases and blocks as first-class tools
Query Notion databases, update pages, append blocks. Fits knowledge-base agents that summarize or keep docs in sync.
Install Notion MCP Server
Paste into claude_desktop_config.json
{
"mcpServers": {
"notion": {
"command": "npx",
"args": [
"-y",
"@notionhq/notion-mcp-server"
]
}
}
}Run in your terminal
claude mcp add notion -- npx -y @notionhq/notion-mcp-server Paste into .cursor/mcp.json
{
"mcpServers": {
"notion": {
"command": "npx",
"args": [
"-y",
"@notionhq/notion-mcp-server"
]
}
}
} After adding the server, fully restart your MCP client. Replace <placeholders> (tokens, paths) with your own values.
Facts
- Stars
- ★ 6,900
- Maintainer
- Notion (official)
Trust score, capability surface (filesystem, shell, network) and risk flags — reviewed in your browser.