Skip to main content
Glama

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ết

Related MCP server: Notion MCP Server

🚀 Hướng dẫn khởi chạy ở Local (Development)

  1. Cài đặt dependencies:

    npm install
  2. Tạo file .env từ .env.example:

    cp .env.example .env

    Sau đó nhập NOTION_API_KEY của bạn vào file .env.

  3. Chạy server ở môi trường Local:

    npm run dev

    Server sẽ lắng nghe tại http://localhost:3000/sse.


🔑 Cách lấy Notion Integration Token (NOTION_API_KEY)

  1. Truy cập https://www.notion.so/my-integrations.

  2. Nhấn + New integration.

  3. Đặt tên (ví dụ Gemini MCP Integration), chọn Workspace của bạn và lưu lại.

  4. Copy đoạn Internal Integration Secret (secret_...). Đây chính là NOTION_API_KEY.

  5. 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 main

2. Tạo Web Service trên Render.com

  1. Đăng nhập Render Dashboard.

  2. Nhấn New + -> Chọn Web Service.

  3. Kết nối với GitHub Repo notion-mcp-sse-server.

  4. Cấu hình:

    • Runtime: Node

    • Build Command: npm install

    • Start Command: npm start

    • Instance Type: Free

  5. Mục Environment Variables:

    • NOTION_API_KEY = secret_xxxxxxxxxxxxxxxxxxxxxxxx

  6. 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/sse
F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • -
    license
    -
    quality
    -
    maintenance
    An 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 updated
    223,993
  • -
    license
    -
    quality
    -
    maintenance
    A 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
  • F
    license
    -
    quality
    D
    maintenance
    A 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 updated
    1

View all related MCP servers

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

View all MCP Connectors

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/Gunthqq30223132/notion-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server