Notion MCP
Official Notion MCP server for searching, reading, creating, and updating Notion pages, databases, and workspace content from AI agents.
Ads
Overview
> [!NOTE] > > We’ve introduced Notion MCP, a remote MCP server with the following improvements: > > - Easy installation via standard OAuth. No need to fiddle with JSON or API tokens anymore. > - Powerful tools tailored to AI agents, including editing pages in Markdown. These tools are designed with optimized token consumption in mind. > > Learn more and get started at Notion MCP documentation. > > We are prioritizing, and only providing active support for, Notion MCP (remote). As a result: > > - We may sunset this local MCP server repository in the future. > - Issues and pull requests here are not actively monitored. > - Please do not file issues relating to the remote MCP here; instead, contact Notion support.
Installation
npx -y @notionhq/notion-mcp-server
Configuration
{
"mcpServers": {
"notionApi": {
"command": "npx",
"args": [
"-y",
"@notionhq/notion-mcp-server"
],
"env": {
"NOTION_TOKEN": "ntn_****"
}
}
}
}Capabilities
- Search for pages or data sources by title
Use `post-search` to find pages and data sources across your workspace by name.
- Read a page’s content as Markdown
Retrieve the full content of a page with `retrieve-page-markdown`, optionally including meeting transcripts.
- Edit a page’s content with Markdown
Overwrite or find-and-replace page content using `update-page-markdown`.
- Query a data source with filters and sorts
Run structured queries against a data source via `query-data-source`.
- Create a new page inside a parent page or data source
Add a page with `post-page`, specifying a `page_id` or `database_id` parent.
- Move a page to a different parent location
Reorganize your workspace by moving a page with `move-page`.
Tags
- notion
- productivity
- document
- knowledge-retrieval
- workflow-automation
Related MCP servers
Cua
OfficialMCP server for the Computer-Use Agent (CUA), allowing you to run CUA through Claude Desktop or other MCP clients.
Notion MCP Server
Search pages, read blocks, and create content in Notion workspaces.
Laravel Boost
OfficialLaravel Boost is an MCP server equipped with over 15 specialized tools designed to streamline AI-assisted coding workflows.
MATLAB MCP Core Server
OfficialRun MATLAB® using AI applications with the official MATLAB MCP Server from MathWorks®.