The Notion MCP Server is an official remote server that enables streamlined multi-client protocol (MCP) integration with the Notion API, making it easier to connect and use AI tools.
Search for pages in Notion workspace using keywords and filters.
Retrieve the complete content of a specific Notion page using its page ID.
Create a new page in Notion workspace with specified title and content.
Update existing Notion page content, properties, or metadata.
Search and query Notion databases with filtering and sorting capabilities.
Retrieve all entries and structure information from a specific Notion database.
Add a new entry to an existing Notion database with specified properties.
Modify existing database entry properties and content.
Add comments to specific Notion pages or database entries.
Retrieve all comments from a specific Notion page or database entry.
Fetch content of specific blocks within Notion pages.
Create new content blocks (text, images, tables, etc.) in Notion pages.
Modify existing content blocks in Notion pages.
Retrieve information about Notion workspace users and permissions.
Perform comprehensive search across the entire Notion workspace.
{
"mcpServers": {
"notionApi": {
"command": "npx",
"args": ["-y", "@notionhq/notion-mcp-server"],
"env": {
"NOTION_TOKEN": "ntn_****"
}
}
}
}