Skip to main content
Glama

Lanzou MCP

A Lanzou Cloud tool service based on the Model Context Protocol (MCP), providing capabilities for login, cloud drive listing, file download information, and direct link parsing for shared pages.

Features

  • lanzou_login: Log in to Lanzou Cloud and return a reusable cookieHeader

  • lanzou_get_mydisk_content: Get the cloud drive file list by uid (default task=5)

  • lanzou_get_file_link: Get download information by file_id (task=22)

  • lanzou_get_direct_link: Support for password-protected/non-password-protected shared pages, parsing direct links

Related MCP server: MCP Filesystem Server

Requirements

  • Node.js 18+

  • npm

Installation

npm install

Startup

npm start

Service entry point: src/server.js

MCP Client Integration Example (Codex)

codex mcp add lanzou -- node C:/Users/16417/Desktop/lanzou/src/server.js

Tool Interface Summary

1) lanzou_login

Parameters:

  • username: Account username

  • password: Password

Key returns:

  • isLoginSuccess

  • cookieHeader

  • setCookies

2) lanzou_get_mydisk_content

Parameters:

  • uid

  • cookieHeader

  • requestBody (optional, default task=5)

Key returns:

  • zt / info

  • totalFiles

  • files[] (contains id, name, size, downs, etc.)

3) lanzou_get_file_link

Parameters:

  • fileId

  • cookieHeader

  • uid (optional)

Key returns:

  • zt

  • fId

  • isNewd

  • downloadUrl

4) lanzou_get_direct_link

Parameters:

  • shareUrl

  • cookieHeader (optional)

  • password (required for password-protected shared pages)

Key returns:

  • mode (fn or share_password)

  • directUrl

  • telecomDownloadUrl

  • unicomDownloadUrl

  • normalDownloadUrl

  1. lanzou_login to obtain cookieHeader

  2. lanzou_get_mydisk_content to pull the file list

  3. lanzou_get_file_link to obtain the share address

  4. lanzou_get_direct_link to parse the final direct link

Project Structure

.
├─ src/
│  └─ server.js
├─ package.json
└─ README.md

Disclaimer

This project is intended for interface research and automated testing only. Please comply with Lanzou Cloud's terms of service and local laws and regulations.

Install Server
F
license - not found
B
quality
D
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
    A
    quality
    F
    maintenance
    A Model Context Protocol server that provides secure and intelligent interaction with files and filesystems, offering smart context management and token-efficient operations for working with large files and complex directory structures.
    21
    66
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    A Model Context Protocol server that provides integration with LeetCode APIs, enabling automated interaction with programming problems, contests, solutions, and user data across both leetcode.com and leetcode.cn platforms.
    9
    220
    139
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    A Model Context Protocol server that enables AI assistants to interact with Proton Drive files, supporting operations like listing, reading, creating, and deleting files and folders.
    7
    431
    16
    MIT

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • A Model Context Protocol server for Wix AI tools

  • MCP server for URL shortening and management

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/K0itoyuu/lanzou-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server