Serves Notion content as a lightweight, read-only MCP server, optimized for token efficiency and minimal output.
Advertisement
Nooon is a lightweight, read-only MCP (Multi-Modal Code Pipeline) server designed to expose Notion content efficiently. It provides streamlined authentication via Notion API tokens or OAuth 2.0 with PKCE, ensuring secure access. The server optimizes output by using the TOON format and implements smart caching based on `last_edited_time` to minimize redundant calls. It also features recursive block fetching, allowing complex Notion pages to be retrieved in a single request, making it ideal for integrating Notion data into AI assistants or other programmatic workflows.
Key Features
01Smart caching based on `last_edited_time` for efficiency
02Recursive block fetching for comprehensive page content retrieval
03Provides MCP tools for Notion search, page content, database schema, and queries
041 GitHub stars
05Simple authentication with Notion API Token or OAuth 2.0 + PKCE
06Minimal output utilizing the TOON format
Use Cases
01Programmatically accessing and querying Notion content with optimized performance
02Developing applications that require efficient, read-only access to Notion data in a standardized format
03Integrating Notion pages and databases as data sources for AI models like Claude Code