Official MCP server for the Notion API
https://github.com/makenotion/notion-mcp-serverBreak free from manual Notion navigation. The official Notion MCP Server bridges your knowledge base directly to Claude and other AI assistants, enabling natural language control over your entire workspace.
Every developer knows the friction: context switching between your AI assistant and Notion to update project status, search for specs, or manage team documentation. You're constantly copy-pasting between tools, breaking your flow state, and losing precious development time to manual workspace management.
What if your AI could directly read, search, and update your Notion workspace?
"Comment 'Review complete' on the API Design Doc"
"Add a new page titled 'Bug Fixes' under the Development section"
"Find all pages mentioning authentication tokens"
Your AI assistant executes complex Notion operations through simple conversational commands—no more tab switching or manual navigation.
Before: "Let me switch to Notion, navigate to the project board, find the right card, update the status, add a comment about the bug fix, then switch back to my code..."
After: "Update the authentication service task to 'In Review' and add a note about the security improvements I just implemented"
Time Saved: 15-30 seconds per update × dozens of daily interactions = hours of reclaimed focus time
Built by the Notion team with production-grade security controls:
npx -y @smithery/cli install @makenotion/notion-mcp-server --client claude
{
"mcpServers": {
"notionApi": {
"command": "npx",
"args": ["-y", "@notionhq/notion-mcp-server"],
"env": {
"OPENAPI_MCP_HEADERS": "{\"Authorization\": \"Bearer ntn_****\", \"Notion-Version\": \"2022-06-28\" }"
}
}
}
}
docker run --rm -i -e OPENAPI_MCP_HEADERS mcp/notion
Documentation-Driven Development: Have your AI assistant update technical specs, API documentation, and project notes as you implement features—keeping your team instantly synchronized.
Intelligent Project Tracking: Natural language project management where AI understands context: "Move all completed authentication tasks to the Done column and create a summary page for the security review."
Knowledge Base Evolution: Your workspace becomes a living, breathing knowledge repository that grows smarter with every interaction, automatically cross-linking related concepts and maintaining up-to-date project state.
⭐ 2,000+ Stars - Proven community adoption
🏢 Official Notion Support - No third-party integration risks
🔧 TypeScript Native - Full type safety and IDE support
🐳 Multiple Deployment Options - npm, Docker, or Smithery installation
📚 Rich API Coverage - Complete Notion API access through MCP protocol
npx -y @smithery/cli install @makenotion/notion-mcp-server --client claudeTransform your development workflow today. Stop managing your workspace manually—let AI handle the busywork while you focus on building incredible software.
Ready to supercharge your productivity? Install the Notion MCP Server →