Skip to main content
Other Tools and IntegrationsPython

Badhansen/notion-mcp

A Model Context Protocol (MCP) server that integrates with Notion's API to manage personal todo lists efficiently.

other-tools-and-integrationscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/Badhansen/notion-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "notion-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "Badhansen/notion-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
Python
Author
Badhansen