Notion MCP Server for Antigravity MCP Server

Local setup required. This server has to be cloned and prepared on your machine before you register it in Claude Code.
1

Set the server up locally

Run this once to clone and prepare the server before adding it to Claude Code.

Run in terminal
git clone https://github.com/byulsi/MCP_notion-antigravity.git
cd MCP_notion-antigravity
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
2

Register it in Claude Code

After the local setup is done, run this command to point Claude Code at the built server.

Run in terminal
claude mcp add -e "NOTION_API_KEY=${NOTION_API_KEY}" notion-antigravity -- node "<FULL_PATH_TO_MCP_NOTION_ANTIGRAVITY>/dist/index.js"

Replace <FULL_PATH_TO_MCP_NOTION_ANTIGRAVITY>/dist/index.js with the actual folder you prepared in step 1.

Required:NOTION_API_KEY
README.md

Enables AI models to search and read Notion pages by keyword or ID.

Notion MCP Server for Antigravity

Antigravity(또는 Gemini)와 같은 AI 모델이 사용자의 Notion 페이지를 검색하고 내용을 읽을 수 있도록 도와주는 MCP(Model Context Protocol) 서버입니다.

이 프로젝트를 통해 AI에게 "내 노션에서 회의록 찾아줘"와 같은 질문을 할 수 있습니다.

✨ 주요 기능

  • 🔍 검색 (search_notion): 키워드로 Notion 페이지를 검색하여 제목, ID, URL을 반환합니다.
  • 📖 읽기 (read_page): 특정 페이지의 내용을 텍스트로 읽어옵니다. (현재 텍스트, 헤딩, 리스트 지원)

🛠 설치 및 실행 방법

1. 사전 준비

  • Python 3.10 이상
  • Notion API Key (Integration Secret)

2. 설치

# 저장소 클론
git clone https://github.com/byulsi/MCP_notion-antigravity.git
cd MCP_notion-antigravity

# 가상환경 생성 및 활성화
python3 -m venv venv
source venv/bin/activate

# 의존성 설치
pip install -r requirements.txt

3. 환경 설정 (.env)

프로젝트 루트에 .env 파일을 생성하고 Notion API 키를 입력하세요.

NOTION_API_KEY=secret_your_notion_api_key_here

주의: 검색하려는 Notion 페이지에 해당 봇(Integration)이 초대되어 있어야 합니다.

4. 실행

# 간편 실행 스크립트 사용
./run_server.sh

🔌 Antigravity 연동

Antigravity 설정 파일(~/.gemini/antigravity/mcp_config.json)에 다음 내용을 추가하세요.

{
  "mcpServers": {
    "notion-server": {
      "command": "/absolute/path/to/MCP_notion-antigravity/run_server.sh",
      "args": [],
      "cwd": "/absolute/path/to/MCP_notion-antigravity"
    }
  }
}

/absolute/path/to/... 부분을 실제 프로젝트 경로로 변경해주세요.

📝 라이선스

MIT License

Tools (2)

search_notionSearches for Notion pages by keyword and returns title, ID, and URL.
read_pageReads the content of a specific Notion page as text.

Environment Variables

NOTION_API_KEYrequiredYour Notion Integration Secret key

Configuration

claude_desktop_config.json
{"mcpServers": {"notion-server": {"command": "/absolute/path/to/MCP_notion-antigravity/run_server.sh", "args": [], "cwd": "/absolute/path/to/MCP_notion-antigravity"}}}

Try it

Search my Notion for pages related to 'project roadmap'.
Find the meeting notes from last week in my Notion workspace.
Read the content of the Notion page with ID '12345-abcde'.
Can you find and summarize the 'Q4 Strategy' document in Notion?

Frequently Asked Questions

What are the key features of Notion MCP Server for Antigravity?

Search Notion pages using keywords. Retrieve page metadata including title, ID, and URL. Read page content including text, headings, and lists. Integration with Antigravity and Gemini AI models.

What can I use Notion MCP Server for Antigravity for?

Quickly retrieving meeting notes during an AI-assisted brainstorming session.. Summarizing project documentation stored in Notion without leaving the AI chat interface.. Finding specific technical specifications or wiki pages within a large Notion workspace..

How do I install Notion MCP Server for Antigravity?

Install Notion MCP Server for Antigravity by running: git clone https://github.com/byulsi/MCP_notion-antigravity.git && cd MCP_notion-antigravity && python3 -m venv venv && source venv/bin/activate && pip install -r requirements.txt

What MCP clients work with Notion MCP Server for Antigravity?

Notion MCP Server for Antigravity works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep Notion MCP Server for Antigravity docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare