Notion API Claude Desktop Config
Add the Notion API MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your OAuth2 in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"notion": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-notion"
],
"env": {
"NOTION_TOKEN": "ntn_..."
}
}
}
}Environment Variables
NOTION_TOKENReplace ntn_... with your actual notion token
Endpoints
POST
/v1/pagesCreate a page
POST
/v1/databases/{database_id}/queryQuery a database
GET
/v1/blocks/{block_id}/childrenGet block children