MCP Server for AI-Notion Integration
@itsiiromiuy
About MCP Server for AI-Notion Integration
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"notion-mcp-server-itsiiromiuy": {
"command": "node",
"args": [
"dist/setup-database.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Server for AI-Notion Integration?
A Model Context Protocol (MCP) server that integrates with Notion databases to store AI question/answer pairs, enabling AI assistants to save and retrieve conversation records directly in a Notion workspace.
How to use MCP Server for AI-Notion Integration?
Configure a .env file with NOTION_API_TOKEN, NOTION_DATABASE_ID, and optionally NOTION_PARENT_PAGE_ID. Run npm start to start the server. AI assistants can then use the provided tools—notion_ai_save_entry and notion_query_database—to store and query Q&A entries.
Key features of MCP Server for AI-Notion Integration
- Integrates with Notion databases to track AI conversations
- Tools to create and update entries in a Notion database
- Script to automatically set up a properly structured database
- Supports searching and retrieving existing database entries
- Built with ES Module (ESM) compatibility for modern Node.js
Use cases of MCP Server for AI-Notion Integration
- Persisting AI assistant Q&A logs into a shared Notion workspace
- Building a searchable archive of AI‑generated responses for review
- Enabling team collaboration on AI interaction records via Notion
FAQ from MCP Server for AI-Notion Integration
What prerequisites are needed?
Node.js 18 or higher, a Notion account with an integration token, and an existing Notion database (or the ability to create one via the setup script).
How do I set up the Notion database?
After installing dependencies and configuring your .env, run npm run build then node dist/setup-database.js. This creates a new database with the required properties.
What tools does the server provide to AI assistants?
Two tools: notion_ai_save_entry to save a question/answer, and notion_query_database to query existing entries.
Where is the data stored?
All data lives in your own Notion workspace, within the database you configure or create via the setup script.
What transport and auth does the server use?
The README does not specify the MCP transport (likely stdio). Authentication is handled via a Notion internal integration token set in the .env file.
Frequently asked questions
What prerequisites are needed?
Node.js 18 or higher, a Notion account with an integration token, and an existing Notion database (or the ability to create one via the setup script).
How do I set up the Notion database?
After installing dependencies and configuring your `.env`, run `npm run build` then `node dist/setup-database.js`. This creates a new database with the required properties.
What tools does the server provide to AI assistants?
Two tools: `notion_ai_save_entry` to save a question/answer, and `notion_query_database` to query existing entries.
Where is the data stored?
All data lives in your own Notion workspace, within the database you configure or create via the setup script.
What transport and auth does the server use?
The README does not specify the MCP transport (likely stdio). Authentication is handled via a Notion internal integration token set in the `.env` file.
Basic information
More Memory & Knowledge MCP servers
Obsidian MCP Server
cyanheadsRead, write, search, and surgically edit Obsidian vault notes, tags, and frontmatter via MCP. STDIO or Streamable HTTP.
Context7 MCP - Up-to-date Docs For Any Cursor Prompt
upstashContext7 Platform -- Up-to-date code documentation for LLMs and AI code editors

PLUR
plur-aiAI agents start every session with amnesia — you re-explain the project, repeat your preferences, and correct the same mistakes over and over. PLUR gives them a memory that persists. Your agent's corrections, preference
Notion MCP Server
awkoyNotion MCP server for Claude, Cursor, ChatGPT & Claude Desktop. Connect AI agents to Notion via Model Context Protocol — pages, databases, blocks, comments, files.
Rust Docs MCP Server
Govcraft🦀 Prevents outdated Rust code suggestions from AI assistants. This MCP server fetches current crate docs, uses embeddings/LLMs, and provides accurate context via a tool call.
Comments