Notion API
0
Provides a REST API wrapper around the Notion API for simplified integration and usage.
关于
This custom server simplifies the use of the Notion API by providing a REST API interface. Built with Express.js, it offers various Notion API functionalities through easy-to-use endpoints, including searching, database operations, page management, block manipulation, user information retrieval, and comment handling. It also supports integration with Cursor MCP for seamless access to Notion API functionalities within the Cursor IDE.
主要功能
- Page creation, information retrieval, and updates
- Block content management (read, update, add, delete)
- Database creation, retrieval, update, and querying
- REST API access to Notion functionalities
- User and comment management endpoints
- 0 GitHub stars
使用案例
- Automating Notion workflows through API calls
- Building custom applications that interact with Notion
- Integrating Notion data with external applications