A
securityA
licenseA
qualityMCP Server for the Notion API, enabling Claude to interact with Notion workspaces.
Last updated -
18
1,230
699
TypeScript
MIT License
노션 API를 간편하게 사용하기 위한 커스텀 서버입니다. Express.js를 사용하여 구현되었으며, Notion API의 다양한 기능을 REST API로 제공합니다.
NOTION_TOKEN
변수에 노션 API 토큰을 설정합니다:POST /api/search
: 노션 워크스페이스 내 페이지 및 데이터베이스 검색POST /api/databases
: 데이터베이스 생성GET /api/databases/:id
: 데이터베이스 조회PATCH /api/databases/:id
: 데이터베이스 업데이트POST /api/databases/:id/query
: 데이터베이스 쿼리POST /api/pages
: 페이지 생성GET /api/pages/:id
: 페이지 정보 조회PATCH /api/pages/:id
: 페이지 업데이트GET /api/pages/:page_id/properties/:property_id
: 페이지 속성 조회GET /api/blocks/:id
: 블록 조회GET /api/blocks/:id/children
: 블록 내용 조회PATCH /api/blocks/:id
: 블록 업데이트PATCH /api/blocks/:id/children
: 블록 내용 추가DELETE /api/blocks/:id
: 블록 삭제GET /api/users
: 사용자 목록 조회GET /api/users/:id
: 사용자 조회GET /api/users/me
: 자신의 사용자 정보 조회POST /api/comments
: 코멘트 생성GET /api/comments?block_id=...
: 코멘트 조회.cursor/mcp.json
파일에 다음 설정을 추가:API 문서는 서버 실행 시 다음 URL에서 확인할 수 있습니다:
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
A custom server that provides a REST API interface for Notion, allowing easy access to Notion's functionality through Cursor's MCP feature.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/HariFatherKR/notion_mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server