mcp-server-notion
0
This project is a server that connects the Message Center Protocol with Notion, enabling users to create, update, and manage memos within their Notion databases. It provides features such as memo creation, retrieval, updating, and deletion.
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