Skip to main content
Glama

Leanote MCP Connector

任意の Leanote サーバーに接続するための MCP ツール

クイックスタート

このオプションを使用すると、Git リポジトリから直接 npx でサーバーを実行できます(ローカルクローンは不要)。

{
  "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 ウェブクリッパーサーバー API のスタンドアロン Node.js シミュレーションが提供されています。

  • ドロップイン代替 - 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 serve
F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    B
    maintenance
    A 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.
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    MCP server for creating, listing, updating, deleting memos, and managing attachments via the Memos API.
    24
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    A 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.
    11
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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