MCP.so
登录

@orbit-logistics/notion-mcp-server

@MCP-Mirror

关于 @orbit-logistics/notion-mcp-server

Mirror of

基本信息

分类

记忆与知识

运行时

node

传输方式

stdio

发布者

MCP-Mirror

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

记忆与知识 分类下的更多 MCP 服务器