Notion Next
Rank #4,312com.notion/mcp
MCP server providing mcp capabilities
Notion Next is a Model Context Protocol (MCP) server published by makenotion. It ranks #4,312 of 115,460 servers tracked on MCP Toplist, and its repository has 92 GitHub stars. Notion Next is listed on Official MCP, with 3 tracked versions. It was first listed on Sep 11, 2025 and most recently updated on Sep 11, 2025.
Ranks ahead of 111,148 of 115,460 servers on MCP Toplist.
Use Notion Next
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http notion https://mcp.notion.com/mcpclaude mcp add --transport http notion https://mcp.notion.com/sse[mcp_servers.notion]
url = "https://mcp.notion.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.notion]
url = "https://mcp.notion.com/sse"Add to ~/.codex/config.toml.
https://mcp.notion.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
https://mcp.notion.com/sseSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"notion": {
"url": "https://mcp.notion.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"notion": {
"url": "https://mcp.notion.com/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"notion": {
"type": "http",
"url": "https://mcp.notion.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"notion": {
"type": "http",
"url": "https://mcp.notion.com/sse"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"notion": {
"serverUrl": "https://mcp.notion.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"notion": {
"serverUrl": "https://mcp.notion.com/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"notion": {
"url": "https://mcp.notion.com/mcp"
}
}
}{
"mcpServers": {
"notion": {
"url": "https://mcp.notion.com/sse"
}
}
}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/com.notion%2Fmcp)<a href="https://mcptoplist.com/server/com.notion%2Fmcp"><img src="https://mcptoplist.com/badge/com.notion%2Fmcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
makenotion
Other servers by makenotion
View all makenotion servers →Available versions (3)
| Version | Published |
|---|---|
| 1.0.1 | Sep 11, 2025 |
| 1.0.0 | Sep 11, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Notion Next?
- Notion Next is maintained by makenotion, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Notion Next listed on the Official MCP Registry?
- Yes — Notion Next is listed on the Official MCP Registry.
- How many versions does Notion Next have?
- MCP Toplist tracks 3 versions of Notion Next, most recently published on Sep 11, 2025.
- Where can I find the source code for Notion Next?
- The source code for Notion Next is hosted at github.com/makenotion/notion-next.