Notion MCP Server
Rank #472glama/makenotion/notion-mcp-server
An MCP server that enables AI assistants to interact with the Notion API, allowing them to search, read, comment on, and create content in Notion workspaces through natural language commands.
Notion MCP Server is a Model Context Protocol (MCP) server published by makenotion. It ranks #472 of 115,460 servers tracked on MCP Toplist, and its repository has 4,617 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 114,988 of 115,460 servers on MCP Toplist.
Use Notion MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http notion-mcp-server https://mcp.notion.com/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add --transport http notion-mcp-server https://mcp.notion.com/sseThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.notion-mcp-server]
url = "https://mcp.notion.com/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.notion-mcp-server]
url = "https://mcp.notion.com/sse"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://mcp.notion.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
https://mcp.notion.com/sseSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"notion-mcp-server": {
"url": "https://mcp.notion.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"notion-mcp-server": {
"url": "https://mcp.notion.com/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"notion-mcp-server": {
"type": "http",
"url": "https://mcp.notion.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"notion-mcp-server": {
"type": "http",
"url": "https://mcp.notion.com/sse"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"notion-mcp-server": {
"serverUrl": "https://mcp.notion.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"notion-mcp-server": {
"serverUrl": "https://mcp.notion.com/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"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.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/glama%2Fmakenotion%2Fnotion-mcp-server)<a href="https://mcptoplist.com/server/glama%2Fmakenotion%2Fnotion-mcp-server"><img src="https://mcptoplist.com/badge/glama%2Fmakenotion%2Fnotion-mcp-server.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
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.