Enterprise DNA
M MCP Servers Developer low

danhilse/notion_mcp

by Various

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

D

MCP

danhilse/notion_mcp

Added 1 June 2026

#claude #mcp-servers #notion

Overview

A lightweight connector that lets your assistant read and manage a personal Notion to-do list, so you can check what's on your plate, add a task, or mark something done without opening Notion. It is deliberately narrow, built for a single to-do list rather than a full workspace, which keeps setup simple. A good fit for a solo operator who runs their day off one Notion task list.

Best for

Best for
Solo operators who run their day off a single Notion to-do list

Use cases

  • Ask what's on today's to-do list
  • Add a new task from a plain-English request
  • Mark a task complete without opening Notion
  • Check what's overdue before planning the day

How to use

Install

uv pip install -e .

Tested with

Claude Desktop

Example client config

{\n  "mcpServers": {\n    "notion-todo": {\n      "command": "/path/to/your/.venv/bin/python",\n      "args": ["-m", "notion_mcp"],\n      "cwd": "/path/to/notion-mcp"\n    }\n  }\n}

Notes

A simple MCP integration that lets Claude read and manage a personal Notion todo list. It uses Python to connect to the Notion API and exposes todo-related tools through the Model Context Protocol.

206 stars on GitHub. Last updated 2024-12-18. Licensed MIT.

Use cases

  • Reading tasks from a personal Notion todo list
  • Adding new tasks to the Notion list
  • Updating or completing existing tasks

Pros

  • Straightforward setup for Claude users with a Notion todo list
  • Lightweight Python implementation with 206 stars indicating community trust
  • Focuses on a single, clear use case without unnecessary complexity

Cons

  • Limited to a personal Notion todo list, not general workspace databases
  • Requires manual Notion API token configuration
  • No built-in support for advanced Notion features like filters or relations

Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.

Pros

  • Straightforward setup for Claude users with a Notion todo list
  • Lightweight Python implementation with 206 stars indicating community trust
  • Focuses on a single, clear use case without unnecessary complexity

Cons

  • Limited to a personal Notion todo list, not general workspace databases
  • Requires manual Notion API token configuration
  • No built-in support for advanced Notion features like filters or relations

Pairs with

Other entries in the index that connect to this one. Click through to see the chain.

Free 27-page guide

Get the free Developer’s Field Guide

A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.

Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.

No spam. Unsubscribe any time.

Running a business, not writing the code? See the MCP servers picked for operators, and get your first one wired up with us.

Operator picks