Notion Markdown
Summary
Notion-MCP-Light is a Python-based server implementation that provides AI assistants with access to Notion workspaces through a simplified interface. It converts Notion content to Markdown format, making it easier to retrieve and manipulate information stored in Notion databases and pages. The server includes components for authenticating with the Notion API, converting complex Notion blocks to clean Markdown, and serving the content through an MCP-compatible interface. This implementation is particularly useful for teams who want to enable AI assistants to read from, search through, or summarize their Notion knowledge bases without requiring complex integration code.
Available Actions(2)
uploadMarkdown
Upload a Markdown file and create it as a Notion page. Parameters: filepath (string), database_id (optional string), page_id (optional string)
downloadMarkdown
Download a Notion page and save it as a Markdown file. Parameters: page_id (string), output_path (string)
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论