gemmy-notion-mcp
Provides tools for managing Notion pages, blocks, databases, comments, and users, including batch operations and partial failure handling.
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., "@gemmy-notion-mcpappend a bullet list with meeting agenda to Notion page"
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.
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"
}
}
}
}Related MCP server: Notion MCP Server
공식 MCP vs 이 Fork
기능 | 공식 (@notionhq) | 이 Fork |
블록 CRUD | ✅ | ✅ |
데이터베이스 | ✅ | ✅ |
코멘트/유저 | ✅ | ✅ |
배치 작업 | ❌ | ✅ |
부분 실패 처리 | ❌ | ✅ |
Windows 호환 | ⚠️ | ✅ |
기능
블록 (notion_blocks)
Action | 설명 |
| 블록 추가 |
| 블록 조회 |
| 하위 블록 조회 |
| 블록 수정 |
| 블록 삭제 |
| 여러 블록 한번에 추가 |
| 여러 블록 한번에 수정 |
| 여러 블록 한번에 삭제 |
| 추가/수정/삭제 혼합 |
지원 블록: 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인 항목만 조회"
"회의록 페이지 만들고 콜아웃으로 요약 넣어줘"This 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
- Alicense-qualityDmaintenanceA simple Model Context Protocol (MCP) server that integrates with Notion's API to manage my personal todo list through Claude.207MIT
- AlicenseAqualityAmaintenanceMCP Server for the Notion API, enabling Claude to interact with Notion workspaces.31682918MIT
- Alicense-qualityDmaintenanceMCP server for the Notion API, enabling management of pages, blocks, databases, data sources, comments, and users through natural language.182MIT
- FlicenseAqualityCmaintenanceEnables interaction with Notion workspaces through a comprehensive set of tools for managing pages, blocks, databases, users, comments, and search. Provides both a clean Python API and an MCP server for use with Claude Desktop.21
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.
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
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/gemmy-jaeheon/gemmy-notion-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server