MCP.so
Sign In

@orbit-logistics/notion-mcp-server

@MCP-Mirror

About @orbit-logistics/notion-mcp-server

Mirror of

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "orbit-logistics_notion-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@orbit-logistics/notion-mcp-server",
        "-t",
        "<notion_integration_token>"
      ]
    }
  }
}

Tools

21

Search trough pages in Notion.

Search through Notion with fine-grained control.

Retrieve a block from Notion.

Update a block in Notion.

Delete a block in Notion.

Append children blocks to a block in Notion.

List all children blocks of a block in Notion.

Create a new database in Notion.

List all databases in Notion (deprecated, use search instead).

Query a database in Notion.

Retrieve a database in Notion.

Update a database in Notion.

Create a new page in Notion.

Retrieve a page from Notion

Retrieve a property of a page in Notion.

Update a page in Notion.

Create a new comment in Notion.

List all comments for a block in Notion.

List all users in a Notion workspace.

Retrieve information about the current bot user.

Retrieve a user from Notion.

Overview

What is @orbit-logistics/notion-mcp-server?

@orbit-logistics/notion-mcp-server mirrors the entire Notion API SDK as a collection of tools, enabling Large Language Models to interact with Notion seamlessly. It exposes the full Notion API as tools that LLMs can use for reading, creating, updating, and deleting Notion pages through natural language instructions.

How to use @orbit-logistics/notion-mcp-server?

First create a Notion integration and grant it access to your pages. For Cursor, open Settings > Features > MCP Servers, add a new server, select “command” type, and enter npx -y @orbit-logistics/notion-mcp-server -t <notion_integration_token>. For Claude Desktop, add an entry to claude_desktop_config.json with command npx, args ["-y", "mcp-sequential-thinking-test", "-t", "<notion_integration_token>"].

Key features of @orbit-logistics/notion-mcp-server

  • Mirrors the entire Notion API SDK as tools.
  • Exposes full Notion API for LLM interaction.
  • Supports reading, creating, updating, deleting pages.
  • Operates via natural language instructions.
  • Integrates with Cursor and Claude Desktop.

Use cases of @orbit-logistics/notion-mcp-server

  • Manage Notion pages through conversational AI.
  • Automate page creation and updates via LLM commands.
  • Read and query Notion databases without manual API calls.
  • Integrate Notion operations into AI-powered workflows.

FAQ from @orbit-logistics/notion-mcp-server

What setup is required before using the server?

You must create a Notion integration and grant it access to your pages, following the Notion documentation for integration setup and permissions.

How do I configure the server with Cursor?

In Cursor Settings, go to Features > MCP Servers, click “Add new MCP server”, select “command” type, and enter npx -y @orbit-logistics/notion-mcp-server -t <notion_integration_token> with your actual token.

How do I configure the server with Claude Desktop?

Add an entry to your claude_desktop_config.json with the command npx, args ["-y", "mcp-sequential-thinking-test", "-t", "<notion_integration_token>"].

What operations can the server perform on Notion?

It can read, create, update, and delete Notion pages via the exposed API tools.

What license does the project use?

The project is licensed under the MIT License.

Frequently asked questions

What setup is required before using the server?

You must create a Notion integration and grant it access to your pages, following the Notion documentation for integration setup and permissions.

How do I configure the server with Cursor?

In Cursor Settings, go to Features > MCP Servers, click “Add new MCP server”, select “command” type, and enter `npx -y @orbit-logistics/notion-mcp-server -t <notion_integration_token>` with your actual token.

How do I configure the server with Claude Desktop?

Add an entry to your `claude_desktop_config.json` with the command `npx`, args `["-y", "mcp-sequential-thinking-test", "-t", "<notion_integration_token>"]`.

What operations can the server perform on Notion?

It can read, create, update, and delete Notion pages via the exposed API tools.

What license does the project use?

The project is licensed under the MIT License.

Comments

More Memory & Knowledge MCP servers