Notion MCP Server
Rank #213glama/makenotion/notion-mcp-server
Bridges to the Notion API for searching content, querying databases, and managing pages and comments without requiring complex API interaction code
Notion MCP Server is a Model Context Protocol (MCP) server published by makenotion. It ranks #213 of 76,851 servers tracked on MCP Toplist, and its repository has 4,536 GitHub stars. Notion MCP Server is listed across 3 registries — Glama, PulseMCP and mcp.so, with 1 release tag tracked from its GitHub repository. It was first listed on Apr 3, 2025 and most recently updated on Jan 31, 2026.
Ranks ahead of 76,638 of 76,851 servers on MCP Toplist.
Use Notion MCP Server
Add Notion MCP Server to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"notion-mcp-server": {
"url": "https://mcp.notion.com/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"notion-mcp-server": {
"url": "https://mcp.notion.com/sse"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Listed on 1 registry (2 delisted)
makenotion
Other servers by makenotion
View all makenotion servers →GitHub releases (1)
No registry surfaces explicit version metadata for this server. The list below shows release tags from the linked GitHub repository.
| Version | Published |
|---|---|
| v2.1.0 | Jan 31, 2026 |
Frequently asked questions
- Who maintains Notion MCP Server?
- Notion MCP Server is maintained by makenotion, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Notion MCP Server listed on the Official MCP Registry?
- Notion MCP Server is not on the Official MCP Registry. It is listed on Glama, PulseMCP and mcp.so.
- How many versions does Notion MCP Server have?
- No registry surfaces explicit version metadata for Notion MCP Server; MCP Toplist tracks 1 release tag from its GitHub repository, most recently published on Jan 31, 2026.
- Where can I find the source code for Notion MCP Server?
- The source code for Notion MCP Server is hosted at github.com/makenotion/notion-mcp-server.