Install guide and config at curatedmcp.com
Notion MCP Server: Give Your AI Agent Native Access to Your Team's Knowledge Base
When your AI agent can read and write directly to Notion, your workflow changes. Instead of copying documentation into chat, you query your workspace natively. Instead of manual updates, Claude writes to your databases. The Notion MCP Server bridges that gap — connecting AI agents like Claude and Cursor to your entire Notion workspace with full read-write-search capabilities.
What It Does
The Notion MCP Server lets your AI agent interact with Notion as a native tool. Create and update pages on the fly. Query databases with filters. Search your entire workspace. Add blocks (text, code, tables, callouts). Manage database schemas. Handle nested hierarchies. Read and write comments.
This unlocks concrete capabilities: Your agent can fetch documentation context without you pasting it in. It can generate meeting notes directly into your team database. It can search for related records before suggesting updates. It can generate code snippets into a shared code database. It can audit your workspace structure or migrate content between databases.
For teams storing knowledge in Notion—which is most teams—this is transformative. Your AI doesn't operate in isolation anymore. It operates inside your actual system of record.
How to Install
Install via npx:
npx -y @notionhq/notion-mcp-server
Configure for Claude Desktop by adding this to your claude_desktop_config.json:
{
"mcpServers": {
"notion-mcp-server": {
"command": "npx -y @notionhq/notion-mcp-server",
"env": {
"NOTION_API_KEY": "your-notion-integration-token-here"
}
}
}
}
You'll need a Notion Integration Token from notion.so/my-integrations. Add that integration to any pages or databases you want your agent to access.
Real-World Use Cases
- Auto-populate project databases: Ask Claude to read sprint notes, extract tasks, and write new database entries with status, assignee, and due date—all in Notion.
- Search-augmented code generation: Your agent queries your team's code snippets database, finds relevant examples, then generates new code in context of what your team actually uses.
- Documentation from context: Claude reads scattered meeting notes and docs from your workspace, then generates a consolidated knowledge base entry directly into Notion.
Full install guides for Claude Desktop, Cursor, Windsurf, and more at CuratedMCP.
Top comments (0)