MCP server for Notion — read, search, and write Notion pages and databases from any MCP-compatible AI client
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"notion-mcp-server": {
"command": "npx",
"args": [
"-y",
"avaughey/notion-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add notion-mcp-server npx -y avaughey/notion-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"notion-mcp-server": {
"command": "npx",
"args": [
"-y",
"avaughey/notion-mcp-server"
]
}
}
}