Skip to main content
Glama

Leanote MCP 커넥터

모든 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 파일로 저장됩니다

  • 데모 데이터가 미리 채워진 인메모리 스토어 세션

  • YAML 파일에서 시드된 자격 증명과 함께 Leanote의 정확한 오류 형식(NOTLOGIN)을 따르는 토큰 기반 인증.

  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