Skip to main content
Glama

SystemPrompt MCP Notion Server

システムプロンプト-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
Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

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 サーバーです。

  1. SystemPrompt MCP Notion サーバー
    1. サーバー機能
    2. 主な特徴
    3. 前提条件
    4. クイックスタート
    5. 発達

Related MCP Servers

  • -
    security
    A
    license
    -
    quality
    An MCP server implementation that standardizes how AI applications access tools and context, providing a central hub that manages tool discovery, execution, and context management with a simplified configuration system.
    Last updated -
    9
    Python
    MIT License
  • 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
  • -
    security
    A
    license
    -
    quality
    An MCP server that allows AI assistants to interact with Foundry datasets, ontology objects, and functions through natural language queries and commands.
    Last updated -
    2
    Python
    MIT License
  • A
    security
    A
    license
    A
    quality
    An 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 -
    19
    8,017
    2,543
    TypeScript
    MIT License
    • Apple

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/Ejb503/systemprompt-mcp-notion'

If you have feedback or need assistance with the MCP directory API, please join our Discord server