Notion MCP Server
Create, read, and search Notion pages and databases from Claude Code.
claude mcp add notion -- npx -y @notionhq/mcp-server
You can also call this service directly via its API: Notion API
Use the MCP when:
You want plug-and-play integration with Claude Code and don't need custom logic around the calls.
Use the API when:
You need fine-grained control, custom error handling, or want to chain multiple API calls in a script.
About
Notion's official MCP server brings your workspace into Claude Code. Create and update pages, query databases with filters, search across your workspace, and manage block content. Useful for pulling specs, updating project docs, or querying structured data stored in Notion databases without switching to the browser.
Tags
Score Breakdown
Performance
Scores
Related
Google Drive MCP Server
Search and read files from Google Drive, Docs, and Sheets.
claude mcp add google-drive -- npx -y @modelcontextprotocol/server-google-driveObsidian MCP Server
Read and search Obsidian vaults, notes, and knowledge graphs.
claude mcp add obsidian -- npx -y obsidian-mcp-serverNotion API
Create, read, and update Notion pages and databases via REST.
npm install @notionhq/client