
Notion CLI
by lox
Powerful command-line interface for Notion, enabling AI agents to search, create, and manage workspace content via MCP.
What it does
Notion CLI provides a terminal-based interface for interacting with Notion workspaces. By leveraging the Model Context Protocol (MCP), it allows both humans and AI agents to perform complex workspace operations—such as semantic search, page creation, and database queries—directly from the command line without leaving the development environment.
Tools
search: Perform semantic searches across the Notion workspace.page view: Retrieve and display page content, including comments and raw markup.page create: Generate new pages with specific titles and content.page sync: Bidirectionally sync local markdown files with Notion pages.db query: Execute queries against Notion databases.comment create: Add discussions to specific pages or blocks.
Installation
To use with Claude Desktop, add the following to your claude_desktop_config.json:
{
"mcpServers": {
"notion-cli": {
"command": "notion-cli",
"args": []
}
}
}
Supported hosts
- claude
Quick install
go install github.com/lox/notion-cli@latestInformation
- Pricing
- free
- Published
- 4/25/2026
- stars






