[ MCP_NODE_3895 ]
notion
CATEGORY:
Productivity
PROTOCOL:
MCP v1.0
[ DESCRIPTION ]
Official MCP server for Notion API
[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
"mcpServers": {
"notion-en": {
"description": "Official MCP server for Notion API",
"command": "npx",
"args": [
"-y",
"@notionhq/notion-mcp-server"
],
"env": {
"NOTION_TOKEN": "ntn_****"
}
}
}
}
Source: claude-code-templates (MIT). See About Us for full credits.