notion-mcp-server

notion-mcp-server

0

This project is a Model Context Protocol (MCP) server designed to integrate with Notion databases. It facilitates the storage and retrieval of AI-related question and answer pairs in a Notion workspace, providing tools for AI assistants to interact with the database seamlessly.

MCP Server for AI-Notion Integration

A Model Context Protocol (MCP) server that integrates with Notion databases to store AI question/answer pairs.

Features

  • Notion Database Integration: Create and update entries in a Notion database for tracking AI conversations.
  • Database Setup: Tools to create a properly structured Notion database with the right properties.
  • Query Support: Search and retrieve entries from your database.
  • ESM Compatibility: Built with ES Module support for modern Node.js applications.

Prerequisites

  • Node.js 18 or higher.
  • A Notion account with an integration token.
  • A Notion database with appropriate properties.

Setup

  1. Clone the repository.
  2. Install dependencies.
  3. Create a .env file with necessary variables.

Notion Integration Setup

  • Create a new integration in Notion and configure it.

Database Setup

  • Use provided scripts to set up the database.

Usage

  • Start the server and use provided tools like notion_ai_save_entry and notion_query_database for AI interactions.