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.23requests>=2.32.3python-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
.envfile 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.

Servidores relacionados
Kone.vc
patrocinadorMonetize your AI agent with contextual product recommendations
Intelligence Aeternum Data Portal
The complete creative AI pipeline exposed as MCP tools. From generation to permanent storage — every stage available via x402 USDC micropayments on Base L2.
SigParser
Query contacts, companies, and relationship data extracted from your email and calendar. Build pre-meeting reports, find warm intros, and identify fading relationships.
Canvas MCP Server
An MCP server for Canvas LMS, providing full functionality for both students and instructors.
JIRA
Interact with JIRA to search for issues using JQL and retrieve detailed issue information.
Obsidian-in-a-Vat
AI-native knowledge vault MCP server: capture thoughts, auto-promote to structured notes, and build a knowledge graph with Louvain clustering, all from Claude Desktop.
Web Whiteboard
A web-based whiteboard for displaying output from Chatbots and LLMs.
Bitly MCP Server
Turn your AI assistant into a digital marketing hub that creates, organizes, and analyzes links and QR Codes on demand.
Outlook Calendar
Access and manage your local Microsoft Outlook calendar on Windows.
ClickUp
Interact with the ClickUp API to manage tasks, lists, and spaces, automating project planning and workflows.
Adobe Express
Integrate with Adobe Express using LLMs to streamline creative tasks and workflows.