Yonote

The Yonote MCP server acts as a bridge between AI assistants and the Yonote workspace, a collaborative platform often used as an alternative to Notion. This tool allows an AI model to navigate through a user’s organized notes and folders, making it possible for the assistant to find, read, and summarize documents on demand. By connecting these two systems, users can turn their personal or team documentation into a searchable knowledge base that an AI can interact with directly. Moving into more specific capabilities, the server provides three primary tools: `documents_list`, `documents_info`, and `collections_list`. These functions enable an LLM to programmatically browse through various document collections, filter results with limits and offsets, and retrieve the full content of specific files…

Visit Yonote