Leanote MCP Connector
Leanote MCP 连接器
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
测试
提供了 Leanote Web 剪藏服务器 API 的独立 Node.js 模拟实现。
即插即用替代方案,适用于 Leanote 服务器实例
5 个 API 端点,与 Web 剪藏客户端完全匹配:
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