@orbit-logistics/notion-mcp-server
MCP server for Notion integration
Overview
Notion MCP Server is a simple server that connects Notion to Claude, allowing users to easily query and manipulate Notion Pages.
To use Notion MCP Server, clone the repository from GitHub, install the necessary dependencies, and run the server. Then, you can write prompts to query Notion Pages and integrate with Claude using an API token.
- Connects Notion with Claude for seamless integration. - Allows querying and updating Notion Pages via prompts. - Supports reading and writing permissions for Notion integrations.
- Automating database entries in Notion through commands.
- Creating task lists or movie lists directly in Notion using AI prompts.
- Enhancing productivity by allowing voice or text commands to manipulate Notion content.
Add to your AI client
Use these steps to connect @orbit-logistics/notion-mcp-server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"notion-mcp-server-orbit-logistics": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-notion-mcp-server-orbit-logistics"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"notion-mcp-server-orbit-logistics": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-notion-mcp-server-orbit-logistics"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"notion-mcp-server-orbit-logistics": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-notion-mcp-server-orbit-logistics"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"notion-mcp-server-orbit-logistics": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-notion-mcp-server-orbit-logistics"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"notion-mcp-server-orbit-logistics": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-notion-mcp-server-orbit-logistics"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"notion-mcp-server-orbit-logistics": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-notion-mcp-server-orbit-logistics"
]
}
}
}FAQ
How do I set up the Notion integration?
You need to create a new integration on Notion with read and write permissions and obtain an integration token.
Is there a specific way to format prompts?
Yes! You need to mention the Notion Page link in the prompt along with the desired action.
Can I run this server on any operating system?
Yes! As long as you have Node.js installed, you can run the server on any OS.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":290,"uuid":"97ed033c-2d89-4e51-a668-9ebd7947efc3","name":"notion-mcp-server","title":"@orbit-logistics/notion-mcp-server","description":"MCP server for Notion integration","avatar_url":"https://avatars.githubusercontent.com/u/125872614?v=4","created_at":"2024-12-13T13:01:42.002Z","updated_at":"2024-12-13T15:09:09.551Z","status":"created","author_name":"orbit-logistics","author_avatar_url":"https://avatars.githubusercontent.com/u/125872614?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/orbit-logistics/notion-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]