Skip to main content
Glama

Notion MCP Server

@orbit-logistics/notion-mcp-server

MCP 服务器将整个 Notion API SDK 镜像为工具集合,使大型语言模型 (LLM) 能够与 Notion 无缝交互。

概述

@orbit-logistics/notion-mcp-server 基于模型上下文协议 (MCP) 构建,并将完整的 Notion API 公开为 LLM 可使用的工具。这允许直接通过自然语言指令执行读取、创建、更新和删除 Notion 页面等操作。

Notion 集成设置

在将此服务器与 Cursor 或 Claude Desktop 一起使用之前,您必须创建 Notion 集成并授予其访问您页面的权限。请按照 Notion 文档中的说明创建集成并添加必要的权限:

Notion 集成入门

用法

与游标一起使用

要将 @orbit-logistics/notion-mcp-server 与 Cursor 集成,请按照以下步骤操作:

  1. 打开光标设置。
  2. 导航到“功能”并向下滚动到“MCP 服务器”。
  3. 点击“添加新的 MCP 服务器”。
  4. 输入您选择的名称并选择“命令”作为类型。
  5. 在命令字段中,输入以下内容(将<notion_integration_token>替换为您的实际令牌):
npx -y @orbit-logistics/notion-mcp-server -t <notion_integration_token>

此命令将使用您的 Notion 集成令牌启动服务器。Cursor 将使用此 MCP 服务器访问 Notion 的 API 工具。

与 Claude Desktop 一起使用

对于 Claude Desktop,MCP 服务器配置存储在 JSON 配置文件中。将以下条目添加到您的claude_desktop_config.json文件中(将<notion_integration_token>替换为您的实际 token):

{ "mcpServers": { "notion": { "command": "npx", "args": [ "-y", "mcp-sequential-thinking-test", "-t", "<notion_integration_token>" ] } } }

此配置允许 Claude Desktop 调用 notion MCP 服务器与 Notion 进行交互。

执照

该项目已获得 MIT 许可。

贡献

欢迎贡献代码!欢迎随时创建 issue 或提交 pull request,提出您的建议和改进。

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

通过将 Notion API 公开为 LLM 工具,实现与 Notion 的交互,从而允许通过自然语言无缝地执行读取、创建、更新和删除 Notion 页面等操作。

  1. 概述
    1. Notion 集成设置
      1. 用法
        1. 与游标一起使用
        2. 与 Claude Desktop 一起使用
      2. 执照
        1. 贡献

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            Enables Language Models to interact with Notion workspaces through standardized tools for searching, reading, creating, and updating pages and databases.
            Last updated -
            39
            TypeScript
            MIT License
            • Apple
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that provides a standardized interface for interacting with Notion's API, enabling users to list databases, create pages, and search across their Notion workspace.
            Last updated -
            95
            Python
            MIT License
            • Apple
          • A
            security
            F
            license
            A
            quality
            A bridge between Claude AI and Notion that enables users to interact with Notion databases and pages through natural language, supporting operations like creating, reading, updating, and deleting content.
            Last updated -
            10
            10
            JavaScript
            • Apple
          • A
            security
            A
            license
            A
            quality
            Notion MCP Server is a MCP server implementation that enables AI assistants to interact with Notion's API.
            Last updated -
            13
            194
            91
            TypeScript
            MIT License

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/orbit-logistics/notion-mcp-server'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server