notion-mcp-server
Allows interaction with a Notion workspace, providing tools for reading and writing pages and databases.
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., "@notion-mcp-serverCreate a new page titled 'Meeting Notes' in my Notion workspace."
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.
Notion MCP SSE Server
Notion Model Context Protocol (MCP) Server triển khai theo giao thức Server-Sent Events (SSE) phục vụ kết nối Gemini với Notion Workspace.
📁 Cấu trúc dự án
notion-mcp-server/
├── index.js # Server Express + MCP SSE Server + Notion SDK
├── package.json # Khai báo dependencies
├── .env.example # File mẫu cấu hình biến môi trường
├── .gitignore # Cấu hình bỏ qua node_modules và .env
└── README.md # Hướng dẫn chi tiếtRelated MCP server: Notion MCP Server
🚀 Hướng dẫn khởi chạy ở Local (Development)
Cài đặt dependencies:
npm installTạo file
.envtừ.env.example:cp .env.example .envSau đó nhập
NOTION_API_KEYcủa bạn vào file.env.Chạy server ở môi trường Local:
npm run devServer sẽ lắng nghe tại
http://localhost:3000/sse.
🔑 Cách lấy Notion Integration Token (NOTION_API_KEY)
Truy cập https://www.notion.so/my-integrations.
Nhấn + New integration.
Đặt tên (ví dụ
Gemini MCP Integration), chọn Workspace của bạn và lưu lại.Copy đoạn Internal Integration Secret (
secret_...). Đây chính làNOTION_API_KEY.Quan trọng: Trên Notion Workspace, mở trang/database mà bạn muốn cho Gemini đọc/ghi -> Nhấn dấu
...ở góc trên bên phải -> Chọn Connections -> Tìm và chọn Integration vừa tạo để cấp quyền truy cập.
🌐 Triển khai lên Render.com (Production)
1. Push lên GitHub
git init
git add .
git commit -m "Initial commit - Notion MCP SSE Server"
git remote add origin https://github.com/<YOUR_USERNAME>/notion-mcp-sse-server.git
git branch -M main
git push -u origin main2. Tạo Web Service trên Render.com
Đăng nhập Render Dashboard.
Nhấn New + -> Chọn Web Service.
Kết nối với GitHub Repo
notion-mcp-sse-server.Cấu hình:
Runtime:
NodeBuild Command:
npm installStart Command:
npm startInstance Type:
Free
Mục Environment Variables:
NOTION_API_KEY=secret_xxxxxxxxxxxxxxxxxxxxxxxx
Nhấn Create Web Service.
3. URL Endpoint kết nối Gemini
Sau khi Deploy thành công, URL kết nối của bạn sẽ có dạng:
https://<TEN_APP_CUA_BAN>.onrender.com/sseThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceMCP Server for the Notion API, enabling Claude to interact with Notion workspaces.Last updated311,520919MIT
- -license-quality-maintenanceAn MCP server that enables natural language interaction with the Notion API, allowing users to search, comment, create pages, and access content within their Notion workspace.Last updated223,993
- -license-quality-maintenanceA Model Context Protocol server that enables AI assistants to interact with Notion's API for reading, creating, and modifying Notion content through natural language interactions.Last updated
- Flicense-qualityDmaintenanceA Python server that integrates MCP with Notion to automate documentation workflows and manage Notion pages via LLMs, supporting operations like creating, updating, and searching Notion content.Last updated1
Related MCP Connectors
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
MCP-native open-source Notion alternative: read & write pages, databases and kanban boards.
MCP server for AI dialogue using various LLM models via AceDataCloud
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Gunthqq30223132/notion-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server