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:
Manual Installation
- Clone the repository:
- Install dependencies using uv:
- Configure environment variables:Create a
.env
file in the project root with the following content:
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
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Предоставляет API-инструменты для взаимодействия с документами и коллекциями Yonote, выступая в качестве альтернативы Notion с возможностями составления списков документов/коллекций и получения подробной информации о документах.
Related MCP Servers
- -securityAlicense-qualityEnables advanced todo list management and content organization using Notion's API, supporting features like creating databases, dynamic filtering, and collaborative task tracking.Last updated -27PythonMIT License
- -securityFlicense-qualityFacilitates note storage and summarization through custom URIs, allowing users to manage, summarize, and update notes with varying detail levels in a collaborative environment.Last updated -Python
- -securityFlicense-qualityEnables interaction with Notion through the Notion API by exposing it as tools for LLMs, allowing operations like reading, creating, updating, and deleting Notion pages seamlessly via natural language.Last updated -722TypeScript
- AsecurityAlicenseAqualityEnables AI agents to interact with Notion workspaces through the Notion API. Supports reading, writing, commenting, and managing Notion pages and databases with optimized token consumption for AI agents.Last updated -198,199MIT License