Skip to main content
Glama

Lanzou MCP

一个基于 Model Context Protocol (MCP) 的蓝奏云工具服务,提供登录、网盘列表、文件下载信息和分享页直链解析能力。

功能

  • lanzou_login:登录蓝奏云并返回可复用的 cookieHeader

  • lanzou_get_mydisk_content:按 uid 获取网盘文件列表(默认 task=5

  • lanzou_get_file_link:按 file_id 获取下载信息(task=22

  • lanzou_get_direct_link:支持无密码/带密码分享页,解析直链

Related MCP server: MCP Filesystem Server

环境要求

  • Node.js 18+

  • npm

安装

npm install

启动

npm start

服务入口:src/server.js

MCP 客户端接入示例(Codex)

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

工具接口简表

1) lanzou_login

入参:

  • username:账号

  • password:密码

关键返回:

  • isLoginSuccess

  • cookieHeader

  • setCookies

2) lanzou_get_mydisk_content

入参:

  • uid

  • cookieHeader

  • requestBody(可选,默认 task=5

关键返回:

  • zt / info

  • totalFiles

  • files[](包含 idnamesizedowns 等)

3) lanzou_get_file_link

入参:

  • fileId

  • cookieHeader

  • uid(可选)

关键返回:

  • zt

  • fId

  • isNewd

  • downloadUrl

4) lanzou_get_direct_link

入参:

  • shareUrl

  • cookieHeader(可选)

  • password(带密码分享页时必填)

关键返回:

  • modefnshare_password

  • directUrl

  • telecomDownloadUrl

  • unicomDownloadUrl

  • normalDownloadUrl

推荐调用顺序

  1. lanzou_login 获取 cookieHeader

  2. lanzou_get_mydisk_content 拉取文件列表

  3. lanzou_get_file_link 获取分享地址

  4. lanzou_get_direct_link 解析最终直链

项目结构

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

免责声明

本项目仅用于接口研究与自动化测试,请遵守蓝奏云服务条款及当地法律法规。

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
    C
    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.
    Last updated
    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.
    Last updated
    9
    311
    132
    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.
    Last updated
    7
    39
    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…

  • MCP (Model Context Protocol) server for Appwrite

  • A Model Context Protocol server for Wix AI tools

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