notion-mcp
0
The Notion MCP Server project provides a server for interacting with Notion's API via the Model Context Protocol (MCP). It offers robust features for managing Notion pages, databases, blocks, comments, and search functionalities. Compatible with standard I/O and SSE transport methods, it integrates well with tools like Claude for Desktop.
Page Operations
`get_page`, `update_page`, `create_page`
Database Operations
`get_database`, `query_database`, `create_database`, `update_database`
Block Operations
`get_block`, `update_block`, `list_blocks`, `append_blocks`, `delete_block`
Comment Operations
`create_comment`, `get_comment`
Search Operations
`search`