Back to directory
ghubnerr/notion-mcp

ghubnerr/notion-mcp

@ghubnerr

A Model Context Protocol (MCP) server for integrating with Notion workspaces (made before the official one)

notionmcpknowledge-managementproductivityintegrationcontext

Installation & Configuration

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

Information

Transport
stdio
Language
TypeScript
Created
2026/6/17
Updated
2026/6/17