Yonote

by cutalion

Not rated
GitHub

About

Provides API tools to interact with Yonote documents and collections.

Details

Author
cutalion
Categories
Productivity, Other, Knowledge Base, Communication

Setup

Install Yonote in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/cutalion/yonote-mcp

Follow the installation instructions in the repository README, then restart your MCP client.

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.

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

- Python 3.13+
- Yonote API credentials
- The following Python packages (seepyproject.toml):

- fast-agent-mcp>=0.2.23
- requests>=2.32.3
- python-dotenv(for loading environment variables)

To install Yonote Document Interaction Server for Claude Desktop automatically viaSmithery:

npx -y @smithery/cli install @cutalion/yonote-mcp --client claude
git clone <your-repo-url> cd yonote-mcp
uv pip install -r requirements.txt # or, using pyproject.toml: uv pip install .

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

- documents_list: Get a list of documents (with optional limit, offset, and collectionId)
- documents_info: Get info about a document by ID
- collections_list: Get a list of collections (with optional limit and offset)

- main.py— Main server code and tool definitions
- pyproject.toml— Project metadata and dependencies

To use this MCP server with Cursor, add the following to your~/.cursor/mcp.jsonconfiguration file:

{ "mcpServers": { "yonote": { "command": "uv", "args": [ "run", "-v", "--directory", "/path/to/yonote-mcp", "/path/to/yonote-mcp/main.py" ] } } }

Replace/path/to/yonote-mcpwith the actual path to your project directory.

An MCP server that enables AI assistants to interact with Confluence content through a standardized interface.

An MCP server for interacting with the esa.io knowledge-sharing platform.

Access the esa.io API to manage your team's knowledge base.

A MCP server for the document sharing service esa.io.

Access personal and team knowledge from documents and Slack discussions.

Access personal and team knowledge repositories, including documents and Slack discussions.

Official Notion MCP server for searching, reading, creating, and updating Notion pages, databases, and workspace content from AI agents.

Collaborative word processor you can use with your agent

MCP server for Apple Notes with semantic search and CRUD operations. Claude searches, reads, creates, updates, and manages your Apple Notes through natural language.

Interact with Atlassian Confluence Cloud spaces, pages, and content in real-time.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.