Back to MCP Servers
Notion Server
Search, read, and manage Notion pages, databases, and comments
notionproductivitynotescommunity
By Notion Labs
Installation
npm install -g @notionhq/mcp-server-notionConfiguration
{
"mcpServers": {
"notion": {
"command": "npx",
"args": ["-y", "@notionhq/mcp-server-notion"],
"env": {
"NOTION_API_KEY": "ntn_your_integration_token"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes