简介
Notion MCP 是一个将 AI Agent 连接到 Notion 工作区的 MCP 服务器,GitHub 2,000+ stars。搜索页面、读取内容、创建文档和管理数据库。适合使用 Notion 作为知识库并希望 AI 能读写的团队。
MCP server that connects AI agents to Notion workspaces. Search pages, read content, create documents, and manage databases through natural language. 2,000+ stars.
这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。
将以下配置添加到 .mcp.json:
{
"mcpServers": {
"notion": {
"command": "npx",
"args": ["-y", "@anthropic/mcp-notion"],
"env": {
"NOTION_API_KEY": "ntn_你的令牌"
}
}
}
}Notion MCP 是一个将 AI Agent 连接到 Notion 工作区的 MCP 服务器,GitHub 2,000+ stars。搜索页面、读取内容、创建文档和管理数据库。适合使用 Notion 作为知识库并希望 AI 能读写的团队。
Built on Notion API. Licensed under MIT.
mcp-notion — ⭐ 2,000+