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)
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요