Lanzou MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Lanzou MCPlist files in my Lanzou cloud storage"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 reusablecookieHeaderlanzou_get_mydisk_content: Get the cloud drive file list byuid(defaulttask=5)lanzou_get_file_link: Get download information byfile_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 installStartup
npm startService entry point: src/server.js
MCP Client Integration Example (Codex)
codex mcp add lanzou -- node C:/Users/16417/Desktop/lanzou/src/server.jsTool Interface Summary
1) lanzou_login
Parameters:
username: Account usernamepassword: Password
Key returns:
isLoginSuccesscookieHeadersetCookies
2) lanzou_get_mydisk_content
Parameters:
uidcookieHeaderrequestBody(optional, defaulttask=5)
Key returns:
zt/infototalFilesfiles[](containsid,name,size,downs, etc.)
3) lanzou_get_file_link
Parameters:
fileIdcookieHeaderuid(optional)
Key returns:
ztfIdisNewddownloadUrl
4) lanzou_get_direct_link
Parameters:
shareUrlcookieHeader(optional)password(required for password-protected shared pages)
Key returns:
mode(fnorshare_password)directUrltelecomDownloadUrlunicomDownloadUrlnormalDownloadUrl
Recommended Call Sequence
lanzou_loginto obtaincookieHeaderlanzou_get_mydisk_contentto pull the file listlanzou_get_file_linkto obtain the share addresslanzou_get_direct_linkto parse the final direct link
Project Structure
.
├─ src/
│ └─ server.js
├─ package.json
└─ README.mdDisclaimer
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.
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
- AlicenseBqualityCmaintenanceA Model Context Protocol server that provides seamless access to multiple storage services including S3, Azure Blob Storage, and Google Cloud Storage through Apache OpenDAL™.335Apache 2.0
- AlicenseAqualityFmaintenanceA 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.2166MIT
- AlicenseAqualityAmaintenanceA 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.9220139MIT
- AlicenseAqualityDmaintenanceA 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.743116MIT
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
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/K0itoyuu/lanzou-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server