orbit-logistics_notion-mcp-server

orbit-logistics_notion-mcp-server

3.3

An MCP server that mirrors the entire Notion API SDK as a collection of tools, enabling Large Language Models (LLMs) to interact with Notion seamlessly.

@orbit-logistics/notion-mcp-server is built on the Model Context Protocol (MCP) and exposes the full Notion API as tools that LLMs can use. This allows for operations such as reading, creating, updating, and deleting Notion pages directly through natural language instructions. The server acts as a bridge between LLMs and Notion, providing a seamless integration that leverages the capabilities of both platforms. Users must set up a Notion integration and grant necessary permissions to enable the server to interact with their Notion workspace. This setup ensures that the server can perform actions on behalf of the user, maintaining security and privacy. The server is compatible with various platforms, including Cursor and Claude Desktop, and can be configured using simple command-line instructions or JSON configuration files.

Features

  • Full Notion API Exposure: Provides access to all Notion API functionalities as MCP tools.
  • Seamless LLM Integration: Allows LLMs to perform CRUD operations on Notion pages using natural language.
  • Cross-Platform Compatibility: Works with platforms like Cursor and Claude Desktop.
  • Secure Access: Requires Notion integration setup with appropriate permissions.
  • Open Source: Licensed under the MIT License, encouraging community contributions.

Usage with Different Platforms

Cursor

bash
npx -y @orbit-logistics/notion-mcp-server -t <notion_integration_token>

Claude Desktop


{
  "mcpServers": {
    "notion": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-sequential-thinking-test",
        "-t",
        "<notion_integration_token>"
      ]
    }
  }
}