Notion MCP Server
by arre-ankit
Not MCP 服务器
这是一个简单的 MCP 服务器,允许您查询 Notion Pages。
安装
git clone https://github.com/arre-ankit/notion-mcp-server.git
cd notion-mcp-servernpm install运行服务器
npm run build添加 Notion 集成
点击“新集成”
将其命名为“Claude MCP 服务器”
为“页面”选择“读取”和“写入”权限
复制“集成令牌”
添加 Claude 集成
claude_desktop_config.json
{
"mcpServers":
"notion-mcp-server": {
"command": "node",
"args": [
"Copy Path"
],
"env": {
"NOTION_API_TOKEN": "Your Notion Token"
}
}
}
}如何使用
写一个提示来查询 Notion Pages。
从提示中的链接添加到 Notion 页面的链接。

提示:在 Notion 中创建一个新的数据库条目,其中包含 2024 年值得观看的电影列表页面链接https://www.notion.so/154916e48026802f97d4df6086787817在此页面中添加电影数据库

🤯 哇,它将在你的 Notion 页面中更新!
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/arre-ankit/notion-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server