ノーションMCP
Notion の API と統合して個人の ToDo リストを管理するシンプルな Model Context Protocol (MCP) サーバー。
デモ
ビジュアルガイド
Notion MCP クエリ 1
Notion MCP クエリ 2
Notion MCP クエリ 3
前提条件
- Python 3.11以上
- APIアクセス可能なNotionアカウント
- Notion統合トークン
- ToDoリストを管理したいNotionページ
- クロード・デスクトップ・クリント
設定
Smithery経由でインストール
Smithery経由で Claude Desktop 用の Notion MCP を自動的にインストールするには:
- リポジトリをクローンします。
- Python 環境をセットアップします。
- Notion 統合を作成します。
- https://www.notion.so/my-integrationsにアクセスしてください。
- 新しい統合を作成する
- APIキーをコピーする
- 統合によりデータベース/ページを共有します:
- データベース/テーブルまたはページが存在する Notion ワークスペースを開きます。
- 「…」メニュー→「接続を追加」をクリック
- 統合を選択してください(名前で検索)
構成
.env
ファイルを作成します:
.env
で Notion の資格情報を設定します。
- Claude Desktopで意図したとおりに使用するには、
claude_desktop_config.json
ファイルを調整する必要があります。ClaudeClaude Desktop -> Settings -> Developer -> Edit Config
にアクセスし、Notion
サーバーの設定を追加してください。
発達
プロジェクト構造:
サポート機能
タスクを表示
Notion ワークスペースのすべてのタスクを表示するには、 show_all_todos
関数を使用します。
タスクを追加
Notion ワークスペースに新しいタスクを追加するには、 add_todo
関数を使用します。
タスクの更新
Notion ワークスペース内の既存のタスクを更新するには、 complete_todo
関数を使用します。
貢献
- リポジトリをフォークする
- 機能ブランチを作成する
- プルリクエストを送信する
ライセンス
MITライセンス。詳細はLICENSEファイルを参照してください。
Related MCP Servers
- -securityAlicense-qualityA simple Model Context Protocol (MCP) server that integrates with Notion's API to manage my personal todo list through Claude.Last updated -117PythonMIT License
- -securityAlicense-qualityA 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 -95PythonMIT License
- -securityAlicense-qualityA Model Context Profile server that enables Claude to interact with Todoist, allowing users to create, retrieve, update, and manage tasks through natural language commands.Last updated -1PythonMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that bridges Claude with Google Tasks, allowing users to manage task lists and tasks directly through Claude interface.Last updated -158TypeScriptMIT License