A
securityA
licenseA
qualityMCP Server for the Notion API, enabling Claude to interact with Notion workspaces.
Last updated -
18
1,466
802
TypeScript
MIT License
连接到 Notion API 并通过 Claude 的机器上下文协议 (MCP) 公开功能的服务器。
.env
文件,其内容如下:.env
文件中将此令牌添加为NOTION_API_KEY
以开发模式启动服务器:
或者在生产模式下:
服务器将在您的.env
文件中指定的端口上运行(默认值:3000)。
{ "query": "search term" }
{ "page_id": "page-id-here" }
{ "database_id": "database-id-here", "filter": {}, "sorts": [] }
{ "parent": {}, "properties": {}, "children": [] }
服务器在/mcp/manifest.json
中公开了一个 MCP 清单,其中描述了可用的功能。
要调用 MCP 函数,请向/api/notion/mcp/invoke
发送 POST 请求,其结构如下:
麻省理工学院
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 API 并通过 Claude 的机器上下文协议公开功能的服务器,支持搜索、检索、查询和创建 Notion 页面和数据库。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/snowan/notion-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server