notion-mcp-light

notion-mcp-light

42

NotionMCP Light is a server that facilitates the synchronization of Markdown files with Notion pages, addressing inefficiencies in the official Notion MCP server. It allows direct API integration without consuming tokens and supports JSON-RPC for communication with AI tools.

How do I install the dependencies for NotionMCP Light?

Use the command uv sync to install dependencies. Ensure uv is installed first.

How do I set the Notion API token?

Create an account on Notion Developers, obtain an API token, and set it as an environment variable or in a .env file.

Can I use NotionMCP Light without tokens?

Yes, NotionMCP Light uses the Notion API directly without consuming tokens.

What is the purpose of the mcp_settings.json file?

It configures NotionMCP Light for use with AI tools like Cline and Cursor, specifying command, arguments, and environment variables.

Is NotionMCP Light officially supported by Notion?

No, it is an unofficial MCP server developed to address inefficiencies in the official Notion MCP server.