Leanote MCP Connector
Leanote MCP Connector
MCP-инструменты для подключения к любому серверу Leanote
Быстрый старт
Используйте этот вариант для запуска сервера через npx напрямую из Git-репозитория (локальное клонирование не требуется).
{
"mcpServers": {
"leanote": {
"type": "stdio",
"command": "npx",
"args": ["-y", "github:PascalNoisette/leanote-clipper-mcp", "mcp"],
"env": {
"LEANOTE_EMAIL": "demo@leanote.com",
"LEANOTE_PWD": "demo",
"LEANOTE_URL": "http://localhost:3000"
}
}
}
}(Замените owner/leanote-simulation на ваше фактическое имя владельца/репозитория GitHub).
Related MCP server: Memos MCP Server
Тест
Предоставляется автономная Node.js-симуляция API веб-клиппера Leanote.
Готовая замена экземпляра сервера Leanote
5 конечных точек API, точно соответствующих веб-клипперу:
POST /api/auth/login— АутентификацияGET /api/notebook/getNotebooks— Список блокнотовGET /api/notebook/getSyncNotebooks— Синхронизация блокнотов с фильтрамиPOST /api/note/addNote— Создание заметок (HTML-содержимое)POST /api/file/upload— Загрузка изображений
Заметки хранятся в виде Markdown-файлов в локальной директории
Сессия хранилища в памяти с предварительно заполненными демонстрационными данными
Аутентификация на основе токенов, соответствующая точному формату ошибок Leanote (
NOTLOGIN), с учетными данными, загружаемыми из YAML-файла.
npx -y github:PascalNoisette/leanote-clipper-mcp serveThis server cannot be installed
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
- AlicenseNot gradedqualityBmaintenanceA pure-local Microsoft OneNote MCP server for Windows that controls the OneNote desktop app through the local OneNote COM API without needing Azure, Microsoft Graph, API keys, or OAuth.1MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for creating, listing, updating, deleting memos, and managing attachments via the Memos API.24MIT
- AlicenseNot gradedqualityDmaintenanceComprehensive Apple Notes MCP server for local macOS note management.2,673MIT
- AlicenseAqualityAmaintenanceA minimal MCP server that enables interaction with Joplin notes and notebooks through the local Web Clipper REST API, providing tools for search, create, update, and note management.11MIT
Related MCP Connectors
MCP-native open-source Notion alternative: read & write pages, databases and kanban boards.
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
Official PicSee MCP server for short links, link management, click analytics, and optional OAuth.
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/PascalNoisette/leanote-clipper-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server