NotionMCP
Enables AI assistants to search, read, summarize, and analyze sentiment of Notion pages and databases, turning your Notion workspace into an intelligent, queryable knowledge system.
README
NotionMCP — AI-Powered Notion Assistant via MCP
NotionMCP is a Modular Context Protocol (MCP) server that exposes advanced Notion search, reading, summarization, and emotion-analysis tools to any MCP-compatible LLM client such as Claude Desktop.
This project turns your Notion workspace into an intelligent, queryable knowledge system, giving your AI assistant the ability to:
- Search pages and databases with precision
- Read and extract block-level content
- Summarize large or complex Notion pages
- Analyze sentiment/emotion of page text
- Build AI workflows on top of your Notion data
- Operate securely using the MCP standard
It is built for:
- Developers
- Researchers
- Data science teams
- Knowledge-intensive organizations
- Anyone wanting an AI agent deeply integrated with Notion
Features
Intelligent Notion Search
- Title search
- Page/database filtering
- Pagination + streaming search
- User discovery tools
Advanced Content Reading
- Extract readable text from pages
- Traverse block structures
- Read pages by name or ID
- Support for headings, lists, checkboxes, callouts, quotes, etc.
AI Summaries & Emotion Analysis
- Abstractive summarization (T5)
- Emotion/tone classification (Transformers)
- Integrated into Notion workflows
Fully MCP-Compatible
Works out-of-the-box with:
- Claude Desktop
- ChatGPT MCP mode
- Any MCP-compatible automation or agent
Clean, Modular Architecture
search_tools.pyread_tools.pyai_tools.py- Async Notion client layer with retries + rate-limit handling
Business Value
NotionMCP upgrades Notion from a documentation space into a scalable AI knowledge engine. It enables teams and organizations to operate faster, reduce manual overhead, and make better decisions by turning unstructured notes into actionable intelligence.
For Organizations
- Automate summarization, research, onboarding, and documentation workflows
- Improve knowledge accessibility across teams and departments
- Standardize how information is consumed, summarized, and shared
- Reduce operational time spent searching or rewriting content
- Build internal AI agents capable of retrieving, processing, and analyzing company knowledge
For Technical Teams
- Gain a robust async Notion API client with retry + backoff handling
- Extend MCP tools with custom AI models or internal logic
- Integrate Notion into broader AI, analytics, or automation pipelines
- Build reproducible and automated workflows on top of Notion pages
- Maintain full control over data by running tools locally
Strategic Outcomes
- Faster decision-making
- Reduced cognitive load across technical and non-technical teams
- Stronger organizational memory and knowledge consistency
- A foundation for deployable AI assistants operating on real company data
Demo
Video Demo
Image Walkthrough
Installation
You may install using either:
Option A — Using venv (recommended for most users)
1. Clone the repository
git clone https://github.com/DeepActionPotential/NotionMCP.git
cd NotionMCP
2. Create and activate a virtual environment
python -m venv .venv
Activate it:
Windows
.venv\Scripts\activate
macOS/Linux
source .venv/bin/activate
3. Install dependencies
pip install -r requirements.txt
4. Run the MCP server
python server.py
Option B — Installation using uv
uv sync
uv run server.py
Configuring Claude Desktop
Add the following to:
claude_desktop_config.json
{
"mcpServers": {
"NotionMCPServer": {
"command": "uv",
"args": [
"--directory",
"your-own-server-file-directory",
"run",
"server.py"
]
}
}
}
Restart Claude Desktop. You should now see all Notion tools available under the MCP Tools menu.
Environment Variables
Create a .env file or export environment variables:
NOTION_API_KEY=secret_notion-api
HTTP-TIMEOUT=60
Your Notion integration must be shared with the pages or workspace you want to read.
Usage Examples
Ask Claude:
- “Search Notion for pages about convolution.”
- “Summarize the Deep Learning page in 200 words.”
- “Extract the first 20 lines of the Metrics page.”
- “Analyze the emotional tone of the Vision page.”
Claude will automatically call MCP tools such as:
searchiter_searchget_page_textsummarize_page_textget_page_sentiment
Architecture
NotionMCP
│
├── tools/
│ ├── search_tools.py
│ ├── read_tools.py
│ └── ai_tools.py
│
├── core/
│ └── notion_clients.py
│
├── services/
│ ├── summarization_service.py
│ └── text_emotion_service.py
│
├── demo/
│
└── server.py
Contributing
Contributions are welcome:
- New AI models
- Additional Notion endpoints
- Performance improvements
- New MCP tools
Please open an issue or submit a PR.
License
MIT License — free for commercial and private use.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。





