orbit-logistics_notion-mcp-server
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>"
]
}
}
}
Related MCP Servers
View all knowledge_and_memory servers →git-mcp
by idosal
GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.
Knowledge Graph Memory Server
by modelcontextprotocol
A basic implementation of persistent memory using a local knowledge graph, allowing Claude to remember information about the user across chats.
mcpdoc
by langchain-ai
MCP LLMS-TXT Documentation Server provides a structured way to manage and retrieve LLM documentation using the Model Context Protocol.
rust-docs-mcp-server
by Govcraft
The Rust Docs MCP Server provides an up-to-date knowledge source for specific Rust crates, enhancing the accuracy of AI coding assistants by allowing them to query current documentation.
mindmap-mcp-server
by YuChenSSR
A Model Context Protocol (MCP) server for converting Markdown content to interactive mindmaps.
algorand-mcp
by GoPlausible
This is a Model Context Protocol (MCP) implementation for Algorand blockchain interactions, providing a server package for blockchain interactions and a client package for wallet management and transaction signing.
mcp-obsidian
by MarkusPfundstein
MCP server to interact with Obsidian via the Local REST API community plugin.