Badhansen/notion-mcp
A Model Context Protocol (MCP) server that integrates with Notion's API to manage personal todo lists efficiently.
Quick Start
Clone the repository:
git clone https://github.com/Badhansen/notion-mcpClaude Desktop configuration example:
{
"mcpServers": {
"notion-mcp": {
"command": "npx",
"args": [
"-y",
"Badhansen/notion-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.