makenotion/notion-mcp-server

Official Notion MCP Server

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 13 minutes ago
Added to GitGenius on September 14th, 2026
Created on March 10th, 2025
Open Issues & Pull Requests: 195 (+0)
GitHub issues: Enabled
Number of forks: 627
Total Stargazers: 4,633 (+0)
Total Subscribers: 24 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.9 days
Mean response time: 21.1 days
90th percentile: 74.2 days
Tracked items: 142

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 76% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 3% of issues opened in the past year have been closed. Three people close 63% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 154
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 269 days
Stale 30+ days: 136
Stale 90+ days: 122

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 1
Events in 7 days: 1

Top labels

No label distribution available yet.

Detailed Description

Notion MCP Server is an MCP server that connects AI agents to the Notion API through the Model Context Protocol.

The tool solves the problem of enabling AI agents to interact with Notion workspaces by exposing Notion's capabilities as MCP tools. It handles authentication via OAuth, eliminating the need for manual API token configuration. The server translates Notion API operations into tools that agents can call, with a focus on token efficiency by supporting Markdown-based page content editing rather than block-level JSON structures.

Developers should be aware that Notion has introduced a remote MCP server as the primary offering, and this local repository is no longer actively maintained. The README explicitly states that issues and pull requests are not actively monitored and that this repository may be sunset in the future. Developers should use the remote Notion MCP instead, which provides easier installation and active support. This local server is suitable only for those with specific reasons to run an MCP server locally and who can maintain it independently.

The project underwent a major breaking change in version 2.0.0, migrating to the Notion API's data sources abstraction and replacing three database-focused tools with seven new data source and page management tools. Tool discovery is automatic, so AI clients adapt to the new tool set without manual reconfiguration, though any hardcoded references to old tool names require updates. The server exposes twenty-two total tools for querying data sources, managing pages, and retrieving metadata.