Yonote
Provides API tools to interact with Yonote documents and collections.
Yonote MCP Server Prototype
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.
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
Installing via Smithery
To install Yonote Document Interaction Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @cutalion/yonote-mcp --client claude
Manual Installation
-
Clone the repository:
git clone <your-repo-url> cd yonote-mcp
-
Install dependencies using uv:
uv pip install -r requirements.txt # or, using pyproject.toml: uv pip install .
-
Configure environment variables:
Create a
.env
file in the project root with the following content:API_TOKEN=your_yonote_api_token API_BASE_URL=https://app.yonote.ru/api # Optional, defaults to this value
Usage
Run the MCP server:
python main.py
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:
{
"mcpServers": {
"yonote": {
"command": "uv",
"args": [
"run",
"-v",
"--directory",
"/path/to/yonote-mcp",
"/path/to/yonote-mcp/main.py"
]
}
}
}
Replace /path/to/yonote-mcp
with the actual path to your project directory.
Related Servers
UNO: Unified Narrative Operator
A text enhancement tool that transforms story content into rich, detailed narratives using advanced literary techniques and heuristic analysis.
YouTube Video Summarizer
Fetch and summarize YouTube videos by extracting their titles, descriptions, and transcripts.
iMCP
A macOS app that connects your digital life with AI, providing access to Calendar, Contacts, Location, Maps, Messages, Reminders, and Weather services.
MCP Notes
A simple note-taking server for recording and managing notes with AI models, using AWS DynamoDB for storage.
DeltaTask
A powerful, locally-hosted task management application with Obsidian integration and SQLite database support.
Intelligent Form Collection Server
An intelligent form collection server for conflict mediation, integrating with large model platforms like Cursor and Dify via the MCP protocol.
Tmux
Interact with your Tmux sessions, windows and pane, execute commands in tmux panes and retrieve result.
Affinity Designer
Automate Affinity Designer tasks like document manipulation, layer management, and exports using AI.
Office 365 Calendar
Access Office 365 Calendar data, providing workday insights and productivity analytics.
Recruitee MCP Server
Provides advanced search, reporting, and analytics for recruitment data via Recruitee.