alist-mcp-server
0
Alist MCP Server is an implementation of a Model Context Protocol server using the Alist API. It requires users to provide an Alist address and a token for operation.
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"
}
}
}
}