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
Notion APIを使いやすくするためのカスタムサーバーです。 Express.jsを使用して実装されており、Notion APIのさまざまな機能をREST APIとして提供しています。
NOTION_TOKEN
変数にNotion 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