Notion MCP Server
@orbit-logistics/notion-mcp-server
MCP 服务器将整个 Notion API SDK 镜像为工具集合,使大型语言模型 (LLM) 能够与 Notion 无缝交互。
概述
@orbit-logistics/notion-mcp-server 基于模型上下文协议 (MCP) 构建,并将完整的 Notion API 公开为 LLM 可使用的工具。这允许直接通过自然语言指令执行读取、创建、更新和删除 Notion 页面等操作。
Related MCP server: Notion MCP Server
Notion 集成设置
在将此服务器与 Cursor 或 Claude Desktop 一起使用之前,您必须创建 Notion 集成并授予其访问您页面的权限。请按照 Notion 文档中的说明创建集成并添加必要的权限:
用法
与游标一起使用
要将 @orbit-logistics/notion-mcp-server 与 Cursor 集成,请按照以下步骤操作:
打开光标设置。
导航到“功能”并向下滚动到“MCP 服务器”。
点击“添加新的 MCP 服务器”。
输入您选择的名称并选择“命令”作为类型。
在命令字段中,输入以下内容(将
<notion_integration_token>替换为您的实际令牌):
npx -y @orbit-logistics/notion-mcp-server -t <notion_integration_token>此命令将使用您的 Notion 集成令牌启动服务器。Cursor 将使用此 MCP 服务器访问 Notion 的 API 工具。
与 Claude Desktop 一起使用
对于 Claude Desktop,MCP 服务器配置存储在 JSON 配置文件中。将以下条目添加到您的claude_desktop_config.json文件中(将<notion_integration_token>替换为您的实际 token):
{
"mcpServers": {
"notion": {
"command": "npx",
"args": [
"-y",
"mcp-sequential-thinking-test",
"-t",
"<notion_integration_token>"
]
}
}
}此配置允许 Claude Desktop 调用 notion MCP 服务器与 Notion 进行交互。
执照
该项目已获得 MIT 许可。
贡献
欢迎贡献代码!欢迎随时创建 issue 或提交 pull request,提出您的建议和改进。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables Language Models to interact with Notion workspaces through standardized tools for searching, reading, creating, and updating pages and databases.119MIT
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Notion workspaces through the Notion API. Provides tools to search, read, create, and update Notion pages and databases with real-time synchronization.991MIT
- FlicenseBqualityDmaintenanceEnables interaction with Notion workspaces through the Notion API. Supports creating, retrieving, and updating Notion pages and their properties, allowing users to manage Notion content through natural language.4
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Notion workspaces through the Notion API, allowing users to search, read, comment on, and create pages and databases using natural language commands.172,212MIT
Related MCP Connectors
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
MCP-native open-source Notion alternative: read & write pages, databases and kanban boards.
SaaS intelligence for AI agents. 5 unified tools cover 1,000+ services with 91-96% token savings.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/orbit-logistics/notion-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server