Notion
Pages, databases, comments, workspace search
About Notion
Notion is a flexible workspace for notes, projects, docs, databases, comments, and team knowledge. Its remote MCP server gives assistants workspace-search and database context, helping users reason over existing Notion content and organize work from the systems teams already maintain.
Connection details
https://mcp.notion.com/mcpTransport
Streamable HTTP
Authentication
OAuth
Setup
claude mcp add notion --transport http https://mcp.notion.com/mcpFrequently asked questions
What is the Notion remote MCP server?
The Notion remote MCP server is a hosted Model Context Protocol endpoint at https://mcp.notion.com/mcp, so AI assistants can connect to it without installing or running anything locally.
How do I connect to the Notion MCP server?
Add the endpoint https://mcp.notion.com/mcp to any MCP-compatible client such as Claude Code, Cursor, or VS Code. The setup snippets on this page configure each client in one step.
Does the Notion MCP server require authentication?
Yes. Notion uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.
Which transport does the Notion MCP server use?
Notion exposes a Streamable HTTP endpoint, the transport used by remote MCP servers and supported by all major MCP clients.