Notion MCP Server
@orbit-logistics/notion-mcp-server
Notion API SDK 全体をツールのコレクションとしてミラーリングし、大規模言語モデル (LLM) が Notion とシームレスに対話できるようにする MCP サーバー。
概要
@orbit-logistics/notion-mcp-server はモデルコンテキストプロトコル (MCP) 上に構築されており、LLM が利用できるツールとして完全な Notion API を公開しています。これにより、自然言語による指示を通じて、Notion ページの読み取り、作成、更新、削除などの操作を直接実行できます。
Related MCP server: Notion MCP Server
Notion統合設定
CursorまたはClaude Desktopでこのサーバーを使用する前に、Notionとの連携を作成し、ページへのアクセスを許可する必要があります。連携の作成と必要な権限の追加については、Notionのドキュメントの手順に従ってください。
使用法
カーソルの使用
@orbit-logistics/notion-mcp-server を Cursor と統合するには、次の手順に従います。
カーソル設定を開きます。
「機能」に移動し、「MCP サーバー」まで下にスクロールします。
「新しい MCP サーバーを追加」をクリックします。
任意の名前を入力し、タイプとして「コマンド」を選択します。
コマンド フィールドに次のように入力します (
<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 ライセンスに基づいてライセンスされています。
貢献
貢献を歓迎します!ぜひお気軽に問題を報告したり、ご提案や改善点を記載したプルリクエストを送信してください。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables Language Models to interact with Notion workspaces through standardized tools for searching, reading, creating, and updating pages and databases.119MIT
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Notion workspaces through the Notion API. Provides tools to search, read, create, and update Notion pages and databases with real-time synchronization.991MIT
- FlicenseBqualityDmaintenanceEnables interaction with Notion workspaces through the Notion API. Supports creating, retrieving, and updating Notion pages and their properties, allowing users to manage Notion content through natural language.4
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Notion workspaces through the Notion API, allowing users to search, read, comment on, and create pages and databases using natural language commands.172,212MIT
Related MCP Connectors
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
MCP-native open-source Notion alternative: read & write pages, databases and kanban boards.
SaaS intelligence for AI agents. 5 unified tools cover 1,000+ services with 91-96% token savings.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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