[ MCP_NODE_3895 ]

notion

CATEGORY:
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.
[ UPLINK_INFO ]
TYPE
Unknown
HOW TO INSTALL:
  1. Open your Claude Desktop config file.
  2. Copy the JSON block on the left.
  3. Paste it into the mcpServers section.
  4. Restart Claude Desktop.