[ MCP_NODE_3894 ]

Notion 笔记库集成

分类:
协议: MCP v1.0
[ 描述 ]

连接 Notion 工作区,允许 AI 搜索页面、更新数据库条目和管理复杂任务。

[ 配置_JSON ]
claude_desktop_config.json
{
    "mcpServers": {
        "notion": {
            "description": "Official MCP server for Notion API",
            "command": "npx",
            "args": [
                "-y",
                "@notionhq/notion-mcp-server"
            ],
            "env": {
                "NOTION_TOKEN": "ntn_****"
            }
        }
    }
}
数据来源:claude-code-templates(MIT),中文翻译由 AI 生成。详见关于我们
[ 上行信息 ]
类型
Unknown
如何安装:
  1. 打开您的 Claude Desktop 配置文件。
  2. 复制左侧的 JSON 代码块。
  3. 将其粘贴到 mcpServers 节点下。
  4. 重启 Claude Desktop 客户端。