Research Assistant — Notion × AI
Supports automatic tagging and categorization of content related to LangGraph, the multi-agent orchestration framework, as part of the AI research pipeline.
Provides tools for automatically collecting, summarizing, and categorizing AI technology documents directly into Notion databases through the Notion API.
Utilizes OpenAI GPT models to automatically summarize articles in Vietnamese and classify them with relevant AI technology tags.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Research Assistant — Notion × AIsummarize this article about RAG and save to Notion"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🤖 Research Assistant — Notion × AI
Tự động thu thập, tóm tắt và phân loại tài liệu công nghệ AI trực tiếp lên Notion.
📋 Tổng quan
Dự án này tự động hóa quy trình nghiên cứu:
Thu thập — Đọc nội dung từ các URL bài viết
Tóm tắt — Dùng OpenAI GPT tóm tắt bằng tiếng Việt
Phân loại — AI tự động gắn tag (RAG, LangGraph, MCP, ...)
Lưu trữ — Đẩy tất cả lên Notion Database qua API
┌──────────┐ ┌──────────┐ ┌──────────┐ ┌──────────┐
│ Web URL │ ──▶ │ Reader │ ──▶ │ AI (GPT) │ ──▶ │ Notion │
│ (Bài viết│ │(Trích │ │(Tóm tắt +│ │(Database │
│ gốc) │ │ xuất text)│ │ phân loại)│ │ lưu trữ) │
└──────────┘ └──────────┘ └──────────┘ └──────────┘🚀 Bắt đầu sử dụng
1. Cài đặt dependencies
cd MCP_Notion
pip install -r requirements.txt2. Cấu hình môi trường
cp .env.example .env
# Mở file .env, điền token Notion và OpenAI API key3. Chạy
# Thu thập bài viết theo chủ đề mặc định (RAG, LangGraph, MCP)
python main.py
# Thu thập chủ đề cụ thể
python main.py --topics RAG LangGraph
# Thu thập từ URL cụ thể
python main.py --urls "https://vnexpress.net"
# Xem danh sách bài viết đã lưu
python main.py --list
# Lọc theo tag
python main.py --list --tag "RAG"📁 Cấu trúc dự án
MCP_Notion/
├── main.py # 🚀 Entry point - CLI chính
├── researcher.py # 🔍 Thu thập & tóm tắt bài viết
├── notion_store.py # 📦 Giao tiếp với Notion API
├── requirements.txt # 📋 Dependencies
├── .env # 🔑 Biến môi trường (API keys)
├── .env.example # 📄 Template biến môi trường
└── README.md # 📖 Bạn đang đọc file này🏷️ Tags hỗ trợ
Tag | Mô tả |
| Retrieval-Augmented Generation |
| Multi-agent orchestration framework |
| Model Context Protocol |
| Autonomous AI agents |
| Large Language Models |
| Vector databases (Chroma, Pinecone, ...) |
| Kỹ thuật viết prompt |
| Tinh chỉnh mô hình |
| Hệ thống đa agent |
| Đánh giá & metrics |
🔗 Kết nối MCP
Dự án này cũng có thể được điều khiển trực tiếp từ AI IDE (Gemini/Claude)
thông qua MCP Notion server. Xem file ~/.gemini/antigravity/mcp_config.json.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/thao12345310/MCP-Notion'
If you have feedback or need assistance with the MCP directory API, please join our Discord server