Integrates with Notion databases to store AI-generated question and answer pairs, providing tools to create, set up, and query database entries for tracking conversations.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AI-Notion Integration MCP ServerSave our discussion about quantum physics to my Notion database"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Server for AI-Notion Integration
A Model Context Protocol (MCP) server that integrates with Notion databases to store AI question/answer pairs. This server provides tools for AI assistants to save information to your Notion workspace.
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 (or use the setup script to create one)
Setup
Clone the repository
Install dependencies:
npm installCreate a
.envfile with the following variables:NOTION_API_TOKEN=your_notion_integration_token NOTION_DATABASE_ID=your_notion_database_id NOTION_PARENT_PAGE_ID=your_notion_page_id (only needed for database setup)
Notion Integration Setup
Go to Notion Integrations and create a new integration
Give your integration a name (e.g., "AI QA Tracker") and select the appropriate capabilities (read & write)
Copy the "Internal Integration Token" and paste it into your
.envfile
Share your Notion database with your integration
Database Setup
To create a new database structure for tracking AI questions/answers:
This will create a new database with all the required properties and fields.
Usage
Starting the server:
Running tests:
To test your Notion connection:
Tools Provided by the MCP Server
This server provides the following tools to AI assistants:
notion_ai_save_entry: Save an AI/LLM-related question and answer to your Notion database
notion_query_database: Query your Notion database for existing entries
Development
Building the project:
Running in development mode:
License
ISC