alist-mcp-server
If you are the rightful owner of alist-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Alist MCP Server is implemented using the Alist API to facilitate communication with the Model Context Protocol (MCP).
Alist MCP Server
通过 Alist API 实现的 MCP server
使用
你需要提供Alist地址和Token
如何获取Token
按F12打开“调试”,选中“网络”,随意在左侧选择请求,找到携带 Authorization
参数的就可以

Using npm
{
"mcpServers": {
"alistApi": {
"command": "npx",
"args": ["-y", "alist-mcp-server"],
"env": {
"ALIST_HOST": "https://example.com",
"ALIST_TOKEN": "your_token_here"
}
}
}
}