SystemPrompt MCP Notion Server

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

systemprompt-mcp-notion

Website | Documentation

SystemPrompt MCP Notion Server

A high-performance Model Context Protocol (MCP) server that seamlessly integrates Notion into your AI workflows. This server enables AI agents to interact with Notion pages and databases through a standardized protocol. This server supports and requires MCP Sampling, which is required to the MCP to create and update Notion pages.

A compatible MCP client is available here.

Server Capabilities

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

Key Features

  • 📝 Comprehensive Content Management
    • Create and update pages with rich text formatting
    • Search across your Notion workspace
  • 🛠 Developer-Friendly
    • Extensive test coverage with Jest
    • TypeScript support
    • Comprehensive error handling
    • Detailed logging and debugging tools

Prerequisites

Before using this server, you'll need:

  1. Systemprompt API Key (Free)
  2. Notion Account and Workspace
    • Active Notion account
    • Workspace with content you want to access
  3. Notion Integration
  4. MCP-Compatible Client

Quick Start

  1. Installation

    Installing via Smithery

    To install systemprompt-mcp-notion for Claude Desktop automatically via Smithery:
    npx -y @smithery/cli install systemprompt-mcp-notion --client claude
    npm install systemprompt-mcp-notion
  2. Configuration Create a .env file:
    SYSTEMPROMPT_API_KEY=your_systemprompt_api_key NOTION_API_KEY=your_notion_integration_token
  3. MCP Configuration Add the following to your MCP configuration JSON:
    { "mcpServers": { "notion": { "command": "npx", "args": ["systemprompt-mcp-notion"], "env": { "SYSTEMPROMPT_API_KEY": "your_systemprompt_api_key", "NOTION_API_KEY": "your_notion_integration_token" } } } }
    Alternatively, if you've installed the package locally:
    { "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" } } } }

Development

Setup

  1. Clone the repository:
    git clone https://github.com/systemprompt-io/systemprompt-mcp-notion.git cd systemprompt-mcp-notion
  2. Install dependencies:
    npm install
  3. Set up environment:
    cp .env.example .env # Edit .env with your API keys

Testing

We maintain high test coverage using 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

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.

A high-performance MCP server that integrates Notion into AI workflows, enabling interaction with Notion pages, databases, and comments through a standardized protocol.

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

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
    275
    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
    5,617
    1,472
    TypeScript
    MIT License
    • Apple

View all related MCP servers

ID: xe6grtrr0k