"Fork of suekou/mcp-notion-server with additional tools: notion_weekly_summary and notion_find_duplicates"
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-notion-server": {
"command": "npx",
"args": [
"-y",
"KmOnBeIbI31/mcp-notion-server"
]
}
}
}
Run in terminal:
claude mcp add mcp-notion-server npx -y KmOnBeIbI31/mcp-notion-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-notion-server": {
"command": "npx",
"args": [
"-y",
"KmOnBeIbI31/mcp-notion-server"
]
}
}
}