nanahiryu/notion-mcp-server
If you are the rightful owner of notion-mcp-server 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.
The Notion MCP Server integrates with Notion's API using the Model Context Protocol (MCP) to function as an MCP server for Cursor.
The Notion MCP Server is designed to facilitate seamless integration with Notion's API using the Model Context Protocol (MCP). It acts as an MCP server specifically for Cursor, allowing users to perform various operations on Notion's platform. The server enables interaction with Notion's API to manage blocks, pages, users, databases, and comments. It also supports search functionality, making it a comprehensive tool for managing and interacting with Notion data programmatically. The setup process involves cloning the repository, installing dependencies, building the project, and configuring the server in Cursor's settings. The server can be run on different platforms with specific environment configurations.
Features
- Block operations: Add, retrieve, get children, and delete blocks.
- Page operations: Retrieve pages and update properties.
- User information retrieval.
- Database operations: Create, query, retrieve, update, and create items.
- Comment operations: Create and retrieve comments, along with search functionality.
Usages
usage with Cursor on Mac
env NOTION_API_TOKEN={your_notion_api_token} node {your_path_to_index.js}
usage with Cursor on Windows
set NOTION_API_TOKEN={your_notion_api_token} && node {your_path_to_index.js}