NM
Notion MCP Server
Official Notion server for pages, databases, and search from your agent.
Last updated July 18, 2026
Content/WritingLocal · stdioTypeScript4.5k
Overview
Notion's official MCP server lets an agent read and write Notion pages/databases and search a workspace, scoped to whichever pages an internal integration has been granted access to.
Use cases
Summarize or update a Notion page from a chat request.
Search a workspace for a past decision or doc.
Create a new database entry from unstructured notes.
Install
{
"mcpServers": {
"notionApi": {
"command": "npx",
"args": [
"-y",
"@notionhq/notion-mcp-server"
],
"env": {
"NOTION_TOKEN": "ntn_****"
}
}
}
}FAQ
No — access is scoped to whichever pages you explicitly connect to the integration in Notion's Access settings.