RadarProductivity
Notion
Productivity · MCP Server
About Notion
The official Notion MCP server lets an assistant search pages, read databases, and create or update content in your workspace.
Read and update your Notion workspace.
CategoryProductivity
TypeMCP Server
SourceOfficial
WebsiteInstalling 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.
Similar tools
Find more on the Radar
Browse every tool, model, and MCP server in one place.