Back to Apps

Notion MCP
by sandraschi
Comprehensive Notion workspace management with semantic search and LanceDB RAG.
0 stars
Works in:Cursor
Exposes:ToolsResources
What it does
Notion MCP acts as a bridge between your Notion workspace and AI tools, exposing a vast array of tools to manage pages, databases, and comments. It includes a local web dashboard for visual browsing and leverages LanceDB for high-performance semantic search (RAG) over your Notion content.
Tools
create_page/update_page: Programmatically manage Notion pages.query_database: Perform structured queries on Notion databases.search_pages: Find content across the workspace.sync_rag_index: Synchronize Notion content into a local vector database for RAG.search_notion_knowledge: Perform semantic search over the synced knowledge base.setup_automation: Create automated workflows based on Notion events.
Installation
Clone the repository and bootstrap dependencies using just:
git clone https://github.com/sandraschi/notion-mcp
cd notion-mcp
just bootstrap
Claude Desktop Config:
{
"mcpServers": {
"notion-mcp": {
"command": "uv",
"args": ["run", "--directory", "/path/to/notion-mcp", "notion-mcp"]
}
}
}
Supported hosts
Claude Desktop, Cursor
Quick install
git clone https://github.com/sandraschi/notion-mcp && cd notion-mcp && just bootstrapInformation
- Pricing
- free
- Published
- 8/2/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add the same configuration to your cursor MCP settings.Claude Desktop
{
"mcpServers": {
"notion-mcp": {
"command": "uv",
"args": ["run", "--directory", "/path/to/notion-mcp", "notion-mcp"]
}
}
}





