yonote-mcp

yonote-mcp

3.2

If you are the rightful owner of yonote-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This is an MVP project of an MCP server for the Yonote service, an alternative to Notion. The server provides API tools to interact with Yonote documents and collections.

The Yonote MCP Server Prototype is designed to facilitate interaction with the Yonote service, which serves as an alternative to Notion. This server acts as a Model Context Protocol (MCP) server, providing API tools that allow users to list and retrieve detailed information about documents and collections within Yonote. Built using the FastMCP framework, the server is structured to offer a seamless integration experience for developers looking to manage their Yonote data programmatically. The server requires Python 3.13+ and specific Python packages for operation, and it can be installed via Smithery or manually. The server is configured to run with environment variables that include API credentials, ensuring secure access to the Yonote API.

Features

  • List documents and collections from Yonote
  • Get detailed information about a document
  • Exposes tools via the FastMCP framework

Tools

  1. documents_list

    Get a list of documents (with optional limit, offset, and collectionId)

  2. documents_info

    Get info about a document by ID

  3. collections_list

    Get a list of collections (with optional limit and offset)