MCP ServerFeatured
Notion MCP MCP Server
by Notion
Create, search, and update Notion pages and databases.
About Notion MCP
Official Notion MCP server. Agents can search the workspace, create pages, append blocks, and update database rows using Notion permissions.
Tags
notesdocswiki
How to install Notion MCP
Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.
{
"mcpServers": {
"notion": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-notion"]
}
}
}Example shape only — see the docs for the canonical install command.