Interact with Notion using its API. This server mirrors the Notion API SDK, allowing LLMs to manage pages, databases, and other Notion content.
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.
Before using this server with Cursor or Claude Desktop, you must create a Notion integration and grant it access to your pages. Follow the instructions in the Notion documentation for creating an integration and adding the necessary permissions:
Notion Integration Getting Started
To integrate @orbit-logistics/notion-mcp-server with Cursor, follow these steps:
<notion_integration_token>
with your actual token):npx -y @orbit-logistics/notion-mcp-server -t <notion_integration_token>
This command starts the server with your Notion integration token. Cursor will then use this MCP server to access Notion's API tools.
For Claude Desktop, MCP server configurations are stored in a JSON configuration file. Add the following entry to your claude_desktop_config.json
(replace <notion_integration_token>
with your actual token):
{
"mcpServers": {
"notion": {
"command": "npx",
"args": [
"-y",
"mcp-sequential-thinking-test",
"-t",
"<notion_integration_token>"
]
}
}
}
This configuration allows Claude Desktop to invoke the notion MCP server for interactions with Notion.
This project is licensed under the MIT License.
Contributions are welcome! Please feel free to open an issue or submit a pull request with your suggestions and improvements.
Contract and template management for drafting, reviewing, and sending binding contracts.
A simple calculator server for performing basic arithmetic operations.
A simple note storage system that allows adding and summarizing notes using a custom URI scheme.
An intelligent tutoring server that uses GitHub documentation repositories to provide structured educational prompts and tools.
Miro MCP server, exposing all functionalities available in official Miro SDK.
Connect your AI Agents to 8,000 apps instantly.
Dynamic and reflective problem-solving through thought sequences
Full implementation of Todoist Rest API for MCP server
AI Task schedule planning with LLamaIndex and Timefold: breaks down a task description and schedules it around an existing calendar
Interact with your Tmux sessions, windows and pane, execute commands in tmux panes and retrieve result.