SystemPrompt MCP Notion Server

by Ejb503
Verified

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.

Integrations

  • Allows AI agents to interact with Notion pages and databases, enabling creation and updating of pages with rich text formatting and searching across the Notion workspace

システムプロンプト-MCP-ノーション

ウェブサイト|ドキュメント

SystemPrompt MCP Notion サーバー

NotionをAIワークフローにシームレスに統合する高性能なモデルコンテキストプロトコル(MCP)サーバー。このサーバーにより、AIエージェントは標準化されたプロトコルを介してNotionのページやデータベースとやり取りできるようになります。このサーバーは、MCPがNotionページを作成および更新するために必要なMCPサンプリングをサポートし、必要とします。

互換性のある MCP クライアントはここから入手できます。

サーバー機能

const serverCapabilities: { capabilities: ServerCapabilities } = { capabilities: { resources: { listChanged: true, }, tools: {}, prompts: { listChanged: true, }, sampling: {}, }, };

主な特徴

  • 📝 包括的なコンテンツ管理
    • リッチテキスト形式でページを作成および更新する
    • Notionワークスペース全体を検索
  • 🛠 開発者向け
    • Jestによる広範なテストカバレッジ
    • TypeScriptサポート
    • 包括的なエラー処理
    • 詳細なログ記録およびデバッグツール

前提条件

このサーバーを使用する前に、次のものが必要です。

  1. Systemprompt APIキー(無料)
  2. Notionアカウントとワークスペース
    • アクティブなNotionアカウント
    • アクセスしたいコンテンツのあるワークスペース
  3. Notion統合
    • notion.so/my-integrationsで作成
    • 必要な機能:
      • コンテンツの読み取り/更新/挿入
      • データベース管理
      • 検索機能
  4. MCP互換クライアント

クイックスタート

  1. インストール

Smithery経由でインストール

Smithery経由で Claude Desktop 用の systemprompt-mcp-notion を自動的にインストールするには:

npx -y @smithery/cli install systemprompt-mcp-notion --client claude
npm install systemprompt-mcp-notion
  1. 設定.envファイルを作成します。
    SYSTEMPROMPT_API_KEY=your_systemprompt_api_key NOTION_API_KEY=your_notion_integration_token
  2. MCP 構成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" } } } }

発達

設定

  1. リポジトリをクローンします。
    git clone https://github.com/systemprompt-io/systemprompt-mcp-notion.git cd systemprompt-mcp-notion
  2. 依存関係をインストールします:
    npm install
  3. 環境の設定:
    cp .env.example .env # Edit .env with your API keys

テスト

Jest を使用することで、高いテスト カバレッジを維持できます。

# Run all tests npm test # Watch mode for development npm run test:watch # Generate coverage report npm run test:coverage # Test Notion API connection npm run test:notion

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

Notion を AI ワークフローに統合し、標準化されたプロトコルを通じて Notion ページ、データベース、コメントとのやり取りを可能にする高性能 MCP サーバーです。

  1. SystemPrompt MCP Notion Server
    1. Server Capabilities
    2. Key Features
    3. Prerequisites
    4. Quick Start
    5. Development
ID: xe6grtrr0k