Back to directory
pbohannon/notion-api-mcp

pbohannon/notion-api-mcp

@pbohannon

A Python-based MCP for use in exposing Notion functionality to LLMs (Claude)

notionmcptodoknowledge-managementpythonapiproductivitycontext

Installation & Configuration

{
  "mcpServers": {
    "notion-api": {
      "command": "python",
      "args": [
        "-m",
        "notion_api_mcp"
      ],
      "env": {
        "NOTION_API_KEY": "your_notion_integration_token_here",
        "NOTION_PARENT_PAGE_ID": "your_page_id_here",
        "NOTION_DATABASE_ID": "your_database_id_here"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/17
Updated
2026/6/17