Yonote MCP Server
Yonote MCP-Server-Prototyp
Dies ist ein MVP-Projekt eines MCP-Servers für den Yonote-Dienst, eine Alternative zu Notion. Der Server bietet API-Tools für die Interaktion mit Yonote-Dokumenten und -Sammlungen.
Merkmale
Dokumente und Sammlungen von Yonote auflisten
Erhalten Sie detaillierte Informationen zu einem Dokument
Stellt Tools über das FastMCP-Framework bereit
Related MCP server: SiYuan MCP Server
Anforderungen
Python 3.13+
Die folgenden Python-Pakete (siehe
pyproject.toml):fast-agent-mcp>=0.2.23requests>=2.32.3python-dotenv(zum Laden von Umgebungsvariablen)
UV für das Abhängigkeitsmanagement
Aufstellen
Installation über Smithery
So installieren Sie Yonote Document Interaction Server für Claude Desktop automatisch über Smithery :
npx -y @smithery/cli install @cutalion/yonote-mcp --client claudeManuelle Installation
Klonen Sie das Repository:
git clone <your-repo-url> cd yonote-mcpInstallieren Sie Abhängigkeiten mit uv:
uv pip install -r requirements.txt # or, using pyproject.toml: uv pip install .Konfigurieren Sie Umgebungsvariablen:
Erstellen Sie im Projektstammverzeichnis eine
.envDatei mit folgendem Inhalt:API_TOKEN=your_yonote_api_token API_BASE_URL=https://app.yonote.ru/api # Optional, defaults to this value
Verwendung
Führen Sie den MCP-Server aus:
python main.pyDer Server stellt die folgenden Tools bereit:
documents_list: Ruft eine Liste von Dokumenten ab (mit optionalem Limit, Offset und CollectionId).documents_info: Informationen zu einem Dokument nach ID abrufencollections_list: Ruft eine Liste der Sammlungen ab (mit optionalem Limit und Offset)
Projektstruktur
main.py– Hauptservercode und Tooldefinitionenpyproject.toml– Projektmetadaten und Abhängigkeiten
Lizenz
MIT (oder geben Sie Ihre Lizenz an)
Beispiel für eine Cursorkonfiguration
Um diesen MCP-Server mit Cursor zu verwenden, fügen Sie Ihrer Konfigurationsdatei ~/.cursor/mcp.json Folgendes hinzu:
{
"mcpServers": {
"yonote": {
"command": "uv",
"args": [
"run",
"-v",
"--directory",
"/path/to/yonote-mcp",
"/path/to/yonote-mcp/main.py"
]
}
}
}Ersetzen Sie /path/to/yonote-mcp durch den tatsächlichen Pfad zu Ihrem Projektverzeichnis.

Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityCmaintenanceEnables interaction with Yuque (语雀) knowledge base platform through their API. Supports document management, search, and repository operations including creating, reading, updating, and deleting documents in multiple formats.9323MIT
- AlicenseNot gradedqualityCmaintenanceEnables interaction with SiYuan Note through its API for comprehensive note management. Supports searching, creating, editing documents, managing notebooks, and daily notes operations through natural language commands.2315Apache 2.0
- AlicenseBqualityBmaintenanceEnables interaction with note.com through API to search and read articles, manage posts and drafts, handle comments and likes, retrieve analytics, and access membership information.335027ISC
- AlicenseBqualityDmaintenanceEnables access to Yuque (语雀) documentation through cookie-based authentication, supporting document retrieval, search, TOC navigation, and content management from knowledge bases via URL or namespace.43624MIT
Related MCP Connectors
Access the Notra API for managing posts, brand identities, integrations, and schedules.
MCP-native open-source Notion alternative: read & write pages, databases and kanban boards.
Document API for AI-native software: render PDFs, e-sign, PAdES-seal, and verify.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cutalion/yonote-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server