MCP Directory
Back

notion_mcp

by danhilse · Python · ★ 207

A simple MCP integration that allows Claude to read and manage a personal Notion todo list

#claude#mcp-servers#notion

Install

pip install git+https://github.com/danhilse/notion_mcp.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "notion-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/danhilse/notion_mcp.git"
      ]
    }
  }
}

From the README

A simple Model Context Protocol (MCP) server that integrates with Notion's API to manage my personal todo list through Claude. This is a basic implementation tailored specifically for my minimalist todo list setup in Notion. This is a personal project designed for a very specific use case: my simple Notion todo list that has just three properties: - Task (title) - When (select with only two options: "today" or "later") - Checkbox (marks if completed) [Example Notion Database](https://danhilse.notion.site/14e5549555a08078afb5ed5d374bb656?v=14e5549555a081f9b5a4000cdf952cb9&pvs=4) While yo…
Read full README on GitHub →

Related productivity servers