MCP Servers / productivity / Notion API MCP

Notion API MCP

JSON →
none27productivity

Interact with Notion's API to manage todo lists, databases, and content organization.

Install
How to run this server
[ { "cmd": "pip install -e", "imports": [] } ]
server path: notion-api-mcp
Tools
What this server exposes
create_todo
Create a new todo item in Notion with rich text, due dates, priorities, and nested subtasks
update_todo
Update an existing todo item's properties such as status, due date, or priority
create_database
Create a new Notion database with custom properties, filters, and views
manage_database
Manage existing Notion databases including filtering and view operations
format_content
Structure and format content with Markdown support, hierarchical lists, and block operations
Configuration
Environment & auth
authnone
envNOTION_API_KEY
envNOTION_PARENT_PAGE_ID
envNOTION_DATABASE_ID
Resources
Notion API MCP — MCP Server · libregistry