Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Notion API MCP server for Claude Code to manipulate Notion pages, blocks, and databases with batch operations and Windows compatibility.

README.md

gemmy-notion-mcp

Notion API MCP 서버. Claude Code에서 Notion 페이지/블록/DB 조작.

Based on awkoy/notion-mcp-server (MIT)

설치

.mcp.json:

{
  "mcpServers": {
    "notion": {
      "command": "npx",
      "args": ["-y", "github:gemmy-jaeheon/gemmy-notion-mcp"],
      "env": {
        "NOTION_TOKEN": "ntn_YOUR_TOKEN",
        "NOTION_PAGE_ID": "YOUR_PAGE_ID"
      }
    }
  }
}

공식 MCP vs 이 Fork

| 기능 | 공식 (@notionhq) | 이 Fork | |------|:---:|:---:| | 블록 CRUD | ✅ | ✅ | | 데이터베이스 | ✅ | ✅ | | 코멘트/유저 | ✅ | ✅ | | 배치 작업 | ❌ | ✅ | | 부분 실패 처리 | ❌ | ✅ | | Windows 호환 | ⚠️ | ✅ |

기능

블록 (notion_blocks)

| Action | 설명 | |--------|------| | append_block_children | 블록 추가 | | retrieve_block | 블록 조회 | | retrieve_block_children | 하위 블록 조회 | | update_block | 블록 수정 | | delete_block | 블록 삭제 | | batch_append_block_children | 여러 블록 한번에 추가 | | batch_update_blocks | 여러 블록 한번에 수정 | | batch_delete_blocks | 여러 블록 한번에 삭제 | | batch_mixed_operations | 추가/수정/삭제 혼합 |

지원 블록: paragraph, heading, callout, quote, toggle, bulleted_list, numbered_list, to_do, code, divider, image

페이지 (notion_pages)

create_page, update_page_properties, archive_page, restore_page, search_pages

데이터베이스 (notion_database)

create_database, query_database, update_database

코멘트 (notion_comments)

get_comments, add_page_comment, add_discussion_comment

유저 (notion_users)

list_users, get_user, get_bot_user

사용 예시

"이 페이지에 체크리스트 3개 추가해줘"
"테스트 DB에서 Status가 Todo인 항목만 조회"
"회의록 페이지 만들고 콜아웃으로 요약 넣어줘"

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Databases servers.