Notion MCP server
Read and update your Notion workspace. The official Notion MCP server lets an assistant search pages, read databases, and create or update content in your workspace.
Category
ProductivityMaintained by
OfficialProtocol
Model Context ProtocolSource
makenotion/notion-mcp-server
ProductivityMaintained by
OfficialProtocol
Model Context ProtocolSource
makenotion/notion-mcp-server
Installing Notion
Runs on demand via npx. Nothing to install globally.
Claude Code
claude mcp add notion -- npx -y @notionhq/notion-mcp-server
Claude Desktop 路 Cursor 路 VS Code 路 Windsurf
{
"mcpServers": {
"notion": {
"command": "npx",
"args": [
"-y",
"@notionhq/notion-mcp-server"
],
"env": {
"NOTION_TOKEN": "<your NOTION_TOKEN>"
}
}
}
}Not sure where the config file lives, or it isn't picking the server up? Config paths for every client.
Requires NOTION_TOKEN, get this from the maintainer. Never commit them.
What it does
The official Notion MCP server lets an assistant search pages, read databases, and create or update content in your workspace.
Like any MCP server, Notion plugs into MCP-compatible assistants (such as Claude and other clients) so the model can use it as a tool , no custom integration code required.