Back to directory
v-3/notion-server

v-3/notion-server

@v-3

A Model Context Protocol server for seamless Notion integration with LLMs, providing page and database operations

notionknowledge-baseproductivityapiintegrationmcpserverllmcontext

Installation & Configuration

{
  "mcpServers": {
    "notion": {
      "command": "node",
      "args": [
        "/absolute/path/to/notion-server/build/index.js"
      ],
      "env": {
        "NOTION_API_KEY": "your_notion_api_key_here"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/12
Updated
2026/6/13