Skip to main content
Glama

Notion MCP Server

@orbit-logistics/notion-mcp-server

Notion API SDK 全体をツールのコレクションとしてミラーリングし、大規模言語モデル (LLM) が Notion とシームレスに対話できるようにする MCP サーバー。

概要

@orbit-logistics/notion-mcp-server はモデルコンテキストプロトコル (MCP) 上に構築されており、LLM が利用できるツールとして完全な Notion API を公開しています。これにより、自然言語による指示を通じて、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 に以下のエントリclaude_desktop_config.json追加してください( <notion_integration_token>は実際のトークンに置き換えてください)。

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

この構成により、Claude Desktop は Notion とのやり取りのために Notion MCP サーバーを呼び出すことができます。

ライセンス

このプロジェクトは MIT ライセンスに基づいてライセンスされています。

貢献

貢献を歓迎します!ぜひお気軽に問題を報告したり、ご提案や改善点を記載したプルリクエストを送信してください。

-
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.

LLM のツールとして公開することで、Notion API を介して 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