notion-mcp-server

1,868

The Notion MCP Server is a tool that implements the MCP server protocol for the Notion API. It enables users to securely connect and manage Notion integrations with limited API exposure and supports both npm and Docker configurations.

Notion MCP Server

  • An implementation of an MCP server for the Notion API.
  • Connects and manages Notion integrations securely.
  • Features limited scope exposure to Notion's API, ensuring some level of data security.
  • Supports both npm and Docker integration approaches.
  • Example commands include commenting on pages and adding new pages.

Installation

  1. Set up integration in Notion.
  2. Connect content to the integration.
  3. Add MCP configuration to your client using npm or Docker.

Development

  • Build using npm run build and execute with npx.
  • Publish using npm publish.