Notion API 的 MCP 服务器
一个将 Notion API SDK 转换为工具集合的 MCP 服务器,支持大语言模型与 Notion 交互。
快速入门
- 配置 Notion 集成:根据 Notion 集成指南 创建集成并获取权限。
- 使用 Cursor 集成:
- 打开 Cursor 设置。
- 添加 MCP 服务器,输入命令
npx -y @orbit-logistics/notion-mcp-server -t <notion_integration_token>
。
- 使用 Claude Desktop:
- 在
claude_desktop_config.json
中添加以下配置: { "mcpServers": { "notion": { "command": "npx", "args": [ "-y", "mcp-sequential-thinking-test", "-t", "<notion_integration_token>" ] } } }
- 在
- 启动后即可通过自然语言指令操作 Notion 页面。