A
securityA
licenseA
qualityMCP Server for the Notion API, enabling Claude to interact with Notion workspaces.
Last updated -
18
1,230
699
TypeScript
MIT License
为了方便使用 Notion API,自定义服务器。它使用 Express.js 实现,并将 Notion API 的各种功能作为 REST API 公开。
NOTION_TOKEN
变量中设置 Notion API 令牌:POST /api/search
:搜索 Notion 工作区内的页面和数据库。POST /api/databases
:创建数据库GET /api/databases/:id
:查询数据库PATCH /api/databases/:id
: 更新数据库POST /api/databases/:id/query
:数据库查询POST /api/pages
:创建页面GET /api/pages/:id
:查看页面信息PATCH /api/pages/:id
: 更新页面GET /api/pages/:page_id/properties/:property_id
:查看页面属性GET /api/blocks/:id
: 区块查询GET /api/blocks/:id/children
:查看区块内容PATCH /api/blocks/:id
: 更新区块PATCH /api/blocks/:id/children
: 添加块内容DELETE /api/blocks/:id
:删除块GET /api/users
:查看用户列表GET /api/users/:id
:用户搜索GET /api/users/me
:查看自己的用户信息POST /api/comments
:创建评论GET /api/comments?block_id=...
: 查看评论.cursor/mcp.json
文件:运行服务器时,可以在以下 URL 上获取 API 文档:
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
为 Notion 提供 REST API 接口的自定义服务器,允许通过 Cursor 的 MCP 功能轻松访问 Notion 的功能。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/HariFatherKR/notion_mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server