Integrations
Used for loading environment variables to configure the MCP server with authentication credentials and API endpoints for the Yonote service.
Provides API tools to interact with Yonote documents and collections, which is described as an alternative to Notion. Allows listing documents/collections, retrieving document details, and navigating the content hierarchy.
Yonote MCP Server Prototype
This is an MVP project of an MCP (Multi-Channel Platform) server for the Yonote service, an alternative to Notion. The server provides API tools to interact with Yonote documents and collections.
Features
- List documents and collections from Yonote
- Get detailed information about a document
- Exposes tools via the FastMCP framework
Requirements
- Python 3.13+
- Yonote API credentials
- The following Python packages (see
pyproject.toml
):fast-agent-mcp>=0.2.23
requests>=2.32.3
python-dotenv
(for loading environment variables)
- uv for dependency management
Setup
- Clone the repository:Copy
- Install dependencies using uv:Copy
- Configure environment variables:Create a
.env
file in the project root with the following content:Copy
Usage
Run the MCP server:
The server exposes the following tools:
documents_list
: Get a list of documents (with optional limit, offset, and collectionId)documents_info
: Get info about a document by IDcollections_list
: Get a list of collections (with optional limit and offset)
Project Structure
main.py
— Main server code and tool definitionspyproject.toml
— Project metadata and dependencies
License
MIT (or specify your license)
Cursor Configuration Example
To use this MCP server with Cursor, add the following to your ~/.cursor/mcp.json
configuration file:
Replace /path/to/yonote-mcp
with the actual path to your project directory.
This server cannot be installed
Provides API tools to interact with Yonote documents and collections, serving as an alternative to Notion with capabilities to list documents/collections and retrieve detailed document information.
Related MCP Servers
- -securityFlicense-qualityEnables AI language models to interact with Microsoft OneNote via a standardized interface, supporting notebook and page management through natural language.Last updated -1076TypeScript
- -securityFlicense-qualityFacilitates initiating Ollama queries via Claude and manages a simple note storage system with capabilities to add, summarize, and access notes using custom URIs.Last updated -12Python
- -securityFlicense-qualityEnables interaction with Curri's API by managing text notes, offering tools for note creation, and generating summaries using structured prompts.Last updated -JavaScript
- AsecurityAlicenseAqualityEnables interaction with Apple Notes via natural language, supporting note creation, search, and retrieval with iCloud integration for seamless note management.Last updated -32TypeScriptMIT License