MCP Configs2026年4月6日·1 分钟阅读

Notion MCP — Knowledge Base Server for AI Agents

MCP server that connects AI agents to Notion workspaces. Search pages, read content, create documents, and manage databases through natural language. 2,000+ stars.

介绍

Notion MCP is an MCP server that connects AI agents to Notion workspaces, with 2,000+ GitHub stars. Search pages, read content, create documents, and manage databases. Ideal for teams using Notion as a knowledge base who want AI to read and write to it.


Quick Use

Add the following to .mcp.json:

{
  "mcpServers": {
    "notion": {
      "command": "npx",
      "args": ["-y", "@anthropic/mcp-notion"],
      "env": {
        "NOTION_API_KEY": "ntn_your-token"
      }
    }
  }
}

Intro

Notion MCP is an MCP server that connects AI agents to Notion workspaces, with 2,000+ GitHub stars. Search pages, read content, create documents, and manage databases. Ideal for teams using Notion as a knowledge base who want AI to read and write to it.


Source & Thanks

Built on Notion API. Licensed under MIT.

mcp-notion — ⭐ 2,000+

🙏

来源与感谢

Built on Notion API. Licensed under MIT.

mcp-notion — ⭐ 2,000+

讨论

登录后参与讨论。
还没有评论,来写第一条吧。