From enterprise-search
Connects remotely to Notion's MCP server for accessing pages, databases, workspaces, and notes. Enables querying and editing Notion content. Requires Notion API token.
npx claudepluginhub anthropics/knowledge-work-plugins --plugin enterprise-searchAdd to your .mcp.json:
{
"mcpServers": {
"notion": {
"url": "https://mcp.notion.com/mcp"
}
}
}This server connects to external services. Review the URLs it accesses before enabling.
https://mcp.notion.com/mcpShare bugs, ideas, or general feedback.