Leanote MCP Connector
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Leanote MCP Connectorupload an image to my Leanote server and return the URL"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Leanote MCP Connector
MCP tools for connecting to any Leanote server
Quick start
Use this option to run the server via npx directly from the Git repository (no local clone needed).
{
"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"
}
}
}
}(Replace owner/leanote-simulation with your actual GitHub owner/repository name).
Related MCP server: Memos MCP Server
Test
A standalone Node.js simulation of the Leanote web-clipper server API is provided.
Drop-in replacement for a Leanote server instance
5 API endpoints matching the web-clipper client exactly:
POST /api/auth/login— AuthenticationGET /api/notebook/getNotebooks— List notebooksGET /api/notebook/getSyncNotebooks— Sync notebooks with filtersPOST /api/note/addNote— Create notes (HTML content)POST /api/file/upload— Upload images
Notes are stored as Markdown files in a local directory
In-memory store session with pre-seeded demo data
Token-based auth matching Leanote's exact error format (
NOTLOGIN) with credentials seeded from a YAML file.
npx -y github:PascalNoisette/leanote-clipper-mcp serveThis server cannot be deployed
Maintenance
Related MCP Connectors
Notes, files, GitHub, and Drive through one MCP connection.
Notes, files, GitHub, and Drive through one MCP connection.
Notes, files, GitHub, and Drive through one MCP connection.
MCP-native open-source Notion alternative: read & write pages, databases and kanban boards.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA 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
- AlicenseAqualityDmaintenanceMCP server for creating, listing, updating, deleting memos, and managing attachments via the Memos API.1210 npmMIT
- AlicenseAqualityDmaintenanceComprehensive Apple Notes MCP server for local macOS note management.142,008 npmMIT
- 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.13MIT