mcp-server-notion

mcp-server-notion

3.1

If you are the rightful owner of mcp-server-notion and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A simple server to connect MCP (Message Center Protocol) with Notion, allowing you to create, update, and retrieve memos from your Notion database.

MCP Server for Notion

A simple server to connect MCP (Message Center Protocol) with Notion, allowing you to create, update, and retrieve memos from your Notion database.

Features

  • Create memos in Notion with content and tags
  • Retrieve memos with optional tag filtering
  • Update existing memos
  • Delete (archive) memos

Prerequisites

  • Node.js 14+
  • Notion API key
  • Notion database ID

Installation

npm install mcp-server-notion

Usage

Start Server

npm run build
npm start

For development:

npm run dev