Does Notion have an MCP server?
Notion maintains an official MCP server.
- Access
- Remote server
- Endpoint
- https://mcp.notion.com/mcp
- Repository
- makenotion/notion-mcp-server
- Maintainer
- Notion
- License
- MIT
- Language
- TypeScript
- Stars
- 4.6k
- Last commit
- 17d ago
- Category
- Workplace & Productivity
Official Notion MCP Server
A remote server run by Notion itself — nothing to install. Documented at developers.notion.com.
Official Notion MCP Server
Hosted by the vendor — no install, connect over HTTP with OAuth or a token.
Add it from the terminal, then restart your session:
claude mcp add --transport http notion https://mcp.notion.com/mcpAdd --scope user to make it available in every project.
- Open Settings → Connectors
- Click Add custom connector
- Paste
https://mcp.notion.com/mcp - Finish the sign-in prompt, then enable it in the chat's tools menu
Add to .cursor/mcp.json in your project, or ~/.cursor/mcp.json for
every project:
{
"mcpServers": {
"notion": {
"url": "https://mcp.notion.com/mcp"
}
}
}A green dot in Settings → MCP means it connected.
Add to .vscode/mcp.json:
{
"servers": {
"notion": {
"type": "http",
"url": "https://mcp.notion.com/mcp"
}
}
}Then pick the server from the tools menu in Copilot's agent mode.
- Enable Developer mode under Settings → Apps & Connectors → Advanced
- Choose Create and paste
https://mcp.notion.com/mcp - Complete sign-in, then enable the connector in a new chat
Does Notion have an official MCP server?
Yes. Notion maintains an official MCP server, hosted at https://mcp.notion.com/mcp. The source lives at makenotion/notion-mcp-server on GitHub.
How do I connect Notion to Claude?
Add https://mcp.notion.com/mcp as a custom connector under Settings → Connectors in Claude Desktop or claude.ai, or run "claude mcp add --transport http notion https://mcp.notion.com/mcp" in Claude Code.
Do I need to install anything to use the Notion MCP server?
No. It is a remote server hosted by Notion, so your MCP client connects to it over HTTP. You authenticate with the vendor rather than installing a package.
How is this verdict verified?
Notion-hosted remote MCP server at mcp.notion.com/mcp (verified live, MCP OAuth challenge) plus open-source makenotion/notion-mcp-server (~4.6k stars). Seed top_repo was a third-party fork. GitHub metadata is refreshed every six hours.
Notion-hosted remote MCP server at mcp.notion.com/mcp (verified live, MCP OAuth challenge) plus open-source makenotion/notion-mcp-server (~4.6k stars). Seed top_repo was a third-party fork.
- github data refreshed 2026-08-11, then every 6 hours
- vendor docs verified on 2026-08-10
Spotted something out of date? Tell us — corrections ship same-day.