@antidrift/mcp-notion
v0.12.5
Published
Notion connector for antidrift — read-only access to pages, databases, and blocks
Maintainers
Readme
@antidrift/mcp-notion
Notion MCP server for antidrift — search pages, query databases, and read content from Claude Code, Codex, and other AI agents.
Read-only — this connector cannot create, update, or delete anything in Notion.
Setup
antidrift connect notionYou'll need a Notion Internal Integration Token:
- Go to My Integrations
- Create a new integration
- Copy the Internal Integration Token
- Paste it when prompted during setup
- In Notion, share the pages/databases you want accessible with your integration
Credentials are stored locally at ~/.antidrift/notion.json.
Tools (9)
| Tool | Description |
|---|---|
| notion_search | Search pages and databases |
| notion_get_page | Get page properties |
| notion_get_page_content | Get page content (blocks), recursively |
| notion_list_databases | List accessible databases |
| notion_query_database | Query a database with optional filter/sorts |
| notion_get_database | Get database schema and properties |
| notion_list_users | List workspace users |
| notion_get_block | Get a specific block |
| notion_get_block_children | Get children of a block |
Platform support
antidrift connect notion # Claude Code (default)
antidrift connect notion --cowork # Claude Desktop / Cowork
antidrift connect notion --all # All detected platformsPrivacy
Data accessed through this connector is sent to your AI model provider (Anthropic, OpenAI, etc.) as part of your conversation. No data is stored or sent to antidrift. Credentials are saved locally in ~/.antidrift/notion.json.
License
MIT — antidrift.io
