danhilse/notion_mcp
Integrates with Notion's API to manage personal todo lists
Quick Start
Clone the repository:
git clone https://github.com/danhilse/notion_mcpClaude Desktop configuration example:
{
"mcpServers": {
"notionmcp": {
"command": "npx",
"args": [
"-y",
"danhilse/notion_mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.