Notion MCP
The official Notion MCP server enables AI models to interact with Notion workspaces. It provides tools for searching pages, reading page contents, and managing database entries. This integration is ideal for AI-driven personal knowledge management, team collaboration, and automated documentation workflows.
How to Install
1. Ensure you have an MCP client installed (e.g., Claude Desktop)
2. Click 'Visit Source' below to get the code or package
3. Follow the README instructions in the project
4. Add the server configuration to your MCP client config file
Configuration Example (claude_desktop_config.json)
{
"mcpServers": {
"notion": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-notion"
],
"env": {
"NOTION_API_KEY": "YOUR_INTERNAL_INTEGRATION_TOKEN"
}
}
}
}Key Features
Search and list Notion pages and databases
Retrieve page content and block information
Create and update database records
Support for rich text and complex properties
Server Details
The official Notion MCP server enables AI models to interact with Notion workspaces. It provides tools for searching pages, reading page contents, and managing database entries. This integration is ideal for AI-driven personal knowledge management, team collaboration, and automated documentation workflows.
Pricing
freeTags
Visit Source / Official Link
Go to the official GitHub repository to view source code, documentation, and installation instructions.
GitHub Repository