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

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "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 →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related databases servers