Mcp Notion — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Notion (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A Model Context Protocol (MCP) server that provides full access to the Notion API. Search, create, and manage databases, pages, blocks, and users directly from Claude, Cursor, or any MCP-compatible client.
| Tool | Description |
|---|---|
notion_search | Search across all pages and databases |
notion_get_database | Get database schema and details |
notion_query_database | Query database with filters and sorting |
notion_create_database | Create a new database in a page |
notion_create_page | Create a new page in a database or page |
notion_get_page | Get page properties and metadata |
notion_update_page | Update page properties or archive |
notion_get_block | Get a block by ID |
notion_get_block_children | Get child blocks of a page or block |
notion_append_block_children | Append content blocks to a page |
notion_delete_block | Delete (archive) a block |
notion_list_users | List all workspace users |
notion_get_user | Get user details by ID |
npx @cloud9-labs/mcp-notionNo installation needed - configure your MCP client to use npx.
npm i -g @cloud9-labs/mcp-notiongit clone https://github.com/cloud9-labs/mcp-notion.git
cd mcp-notion
npm ci
npm run buildAdd to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"notion": {
"command": "npx",
"args": ["-y", "@cloud9-labs/mcp-notion"],
"env": {
"NOTION_API_KEY": "ntn_your_integration_token_here"
}
}
}
}Add to .cursor/mcp.json:
{
"mcpServers": {
"notion": {
"command": "npx",
"args": ["-y", "@cloud9-labs/mcp-notion"],
"env": {
"NOTION_API_KEY": "ntn_your_integration_token_here"
}
}
}
}This MCP server is part of an open-source toolkit for AI-powered sales automation. We are building MCP servers that connect your entire sales stack.
Follow our progress and get updates:
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.