@orbit-logistics/notion-mcp-server
@MCP-Mirror
About @orbit-logistics/notion-mcp-server
Mirror of
Basic information
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
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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.
More Memory & Knowledge MCP servers
Context7 MCP - Up-to-date Docs For Any Cursor Prompt
upstashContext7 Platform -- Up-to-date code documentation for LLMs and AI code editors
Notion MCP Integration
danhilseA simple MCP integration that allows Claude to read and manage a personal Notion todo list
Obsidian MCP Server
StevenStavrakisA simple MCP server for Obsidian
JupyterMCP - Jupyter Notebook Model Context Protocol Integration
jjsantos01A Model Context Protocol (MCP) for Jupyter Notebook
Notion MCP Server
awkoyNotion MCP server for Claude, Cursor, ChatGPT & Claude Desktop. Connect AI agents to Notion via Model Context Protocol — pages, databases, blocks, comments, files.
Comments