システムプロンプト-MCP-ノーション
SystemPrompt MCP Notion サーバー
NotionをAIワークフローにシームレスに統合する高性能なモデルコンテキストプロトコル(MCP)サーバー。このサーバーにより、AIエージェントは標準化されたプロトコルを介してNotionのページやデータベースとやり取りできるようになります。このサーバーは、MCPがNotionページを作成および更新するために必要なMCPサンプリングをサポートし、必要とします。
互換性のある MCP クライアントはここから入手できます。
サーバー機能
主な特徴
📝 包括的なコンテンツ管理
リッチテキスト形式でページを作成および更新する
Notionワークスペース全体を検索
🛠 開発者向け
Jestによる広範なテストカバレッジ
TypeScriptサポート
包括的なエラー処理
詳細なログ記録およびデバッグツール
前提条件
このサーバーを使用する前に、次のものが必要です。
Systemprompt APIキー(無料)
systemprompt.io/consoleでサインアップ
ダッシュボードで新しいAPIキーを作成する
Notionアカウントとワークスペース
アクティブなNotionアカウント
アクセスしたいコンテンツのあるワークスペース
Notion統合
必要な機能:
コンテンツの読み取り/更新/挿入
データベース管理
検索機能
MCP互換クライアント
その他のMCP互換クライアント
クイックスタート
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の systemprompt-mcp-notion を自動的にインストールするには:
設定
.envファイルを作成します。SYSTEMPROMPT_API_KEY=your_systemprompt_api_key NOTION_API_KEY=your_notion_integration_tokenMCP 構成MCP 構成 JSON に以下を追加します。
{ "mcpServers": { "notion": { "command": "npx", "args": ["systemprompt-mcp-notion"], "env": { "SYSTEMPROMPT_API_KEY": "your_systemprompt_api_key", "NOTION_API_KEY": "your_notion_integration_token" } } } }あるいは、パッケージをローカルにインストールした場合:
{ "mcpServers": { "notion": { "command": "node", "args": ["./node_modules/systemprompt-mcp-notion/build/index.js"], "env": { "SYSTEMPROMPT_API_KEY": "your_systemprompt_api_key", "NOTION_API_KEY": "your_notion_integration_token" } } } }
発達
設定
リポジトリをクローンします。
git clone https://github.com/systemprompt-io/systemprompt-mcp-notion.git cd systemprompt-mcp-notion依存関係をインストールします:
npm install環境の設定:
cp .env.example .env # Edit .env with your API keys
テスト
Jest を使用することで、高いテスト カバレッジを維持できます。
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 を AI ワークフローに統合し、標準化されたプロトコルを通じて Notion ページ、データベース、コメントとのやり取りを可能にする高性能 MCP サーバーです。
Related Resources
Related MCP Servers
- Asecurity-licenseAqualityA Model Context Protocol (MCP) server that exposes the official Notion SDK, allowing AI models to interact with Notion workspaces.Last updated -288Apache 2.0
- Asecurity-licenseAqualityNotion MCP Server is a MCP server implementation that enables AI assistants to interact with Notion's API.Last updated -13305136MIT License
Notion MCP Serverofficial
Asecurity-licenseAqualityAn MCP server that enables AI assistants to interact with the Notion API, allowing them to search, read, comment on, and create content in Notion workspaces through natural language commands.Last updated -1912,7353,269MIT License- -security-license-qualityAn MCP server that enables natural language interaction with the Notion API, allowing users to search, comment, create pages, and access content within their Notion workspace.Last updated -12,735MIT License