notion-mcp
If you are the rightful owner of notion-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server for the Notion API that enables AI assistants to interact with Notion workspaces programmatically.
The Notion MCP Server is designed to facilitate interaction between AI assistants and Notion workspaces by implementing the Model Context Protocol (MCP). This server provides a standardized interface for Large Language Models (LLMs) to access and manipulate Notion content, including databases, pages, and blocks. By using this server, AI tools can query and search databases, retrieve and create pages, update page properties and content, and manage databases. The server is built to enhance the capabilities of AI assistants, allowing them to help users manage their Notion workspaces more effectively. The server is set up to work with the Notion API, requiring a Notion integration token and shared access to the relevant Notion content. The server is compatible with Claude Desktop and can be configured to run with specific environment settings.
Features
- Database Operations: Query, create, update, and search databases with filtering and sorting capabilities.
- Page Operations: Create, retrieve, update, and search pages with properties and content.
- Block Operations (Coming Soon): Retrieve, append, update, and delete blocks within pages.
Tools
queryDatabase
Query a Notion database with filters and sorting.
createDatabase
Create a new database in Notion.
updateDatabase
Update a database's properties or schema.
retrievePage
Get a page's content and properties.
createPage
Create a new page in Notion.
updatePageProperties
Update a page's properties.
search
Search across Notion workspace by title.