WORKSPACE KNOWLEDGE / Notion
Notion MCP
Searches and edits a Notion workspace through user-authorized remote tools, with plan-dependent access to connected-source search.
“Notion MCP provides tools for searching, reading, and changing content in your Notion workspace.”
01 / THE REASONING
Why this made the selection.
- The hosted service has current setup and tool-access documentation, unlike the older unmaintained adapter.
- The tool-access mechanism exposes plan/connection limitations before a client chooses a search or editing workflow.
02 / THE REVIEW RECORD
What we actually inspected.
Source review has boundaries.
A clear record is more useful than a “safe” badge.
Material inspected
- https://developers.notion.com/guides/mcp/get-started-with-mcp (setup, access and capability sections)
- https://developers.notion.com/guides/mcp/mcp-supported-tools (setup, access and capability sections)
Our findings
- The official FAQ explicitly distinguishes the maintained hosted server from the older open-source server.
- Read, create, update, comment and file-upload tools are documented; this is not a read-only knowledge connector.
Not established by this review
- Authentication, service availability and tool execution were not tested.
- The hosted implementation source and licence were not established.
The review applies to the material and revision named here. A newer upstream release can change its behavior.
03 / PUT IT TO WORK
Connect a server deliberately.
- Add https://mcp.notion.com/mcp and complete OAuth for the intended workspace.
- Check current tool access and search notices; choose only the page/content scope appropriate to the task.
Before you start
- A Notion account with access to the target content and an OAuth-capable MCP client.
Documented configuration example
Use the client and authentication context described in the setup guidance. Configuration formats vary between hosts.
{
"mcpServers": {
"notion": {
"url": "https://mcp.notion.com/mcp"
}
}
} 04 / FOLLOW THE EVIDENCE
The source trail.
Our notes are separate from the original resource.
Check upstream before adopting a new version.
https://developers.notion.com/guides/mcp/get-started-with-mcp
Supports: summary, whySelected, bestFor, limitations, review, compatibility, install, access, transports, configExample
https://developers.notion.com/guides/mcp/mcp-supported-tools
Supports: summary, whySelected, bestFor, limitations, review, compatibility, install, access, transports, configExample