Notion
Official Notion MCP server — search, read, and edit pages and databases from an agent session.
npx -y @notionhq/notion-mcp-serverNotion’s own MCP server wraps its public API as agent tools — searching across a workspace, reading page and database content, creating and editing pages, and updating database properties — using the same integration-token permission model as any other Notion API integration, so access stays scoped to whatever pages the integration was explicitly shared with.
That scoping-by-sharing is the main thing to get right on setup: a token only sees what’s been shared with its integration, not the whole workspace by default, which makes it straightforward to hand an agent access to one project’s docs without opening up everything else.
Pairs well with Doc Coauthoring or Internal Comms in this catalog’s skills section when the actual editing work benefits from more structure than the raw MCP tools provide on their own.
Similar MCP Servers
Filesystem
Secure, scoped file read/write access to specific local directories.
Memory
A local knowledge-graph store that gives an agent persistent memory across sessions.
Sequential Thinking
A structured, revisable step-by-step reasoning tool for working through complex problems.