Alist MCP Server
@JavanShen
关于 Alist MCP Server
MCP Server for Alist
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"alistApi": {
"command": "npx",
"args": [
"-y",
"alist-mcp-server"
],
"env": {
"ALIST_HOST": "",
"ALIST_TOKEN": ""
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Alist MCP Server?
Alist MCP Server is an MCP (Model Context Protocol) server that integrates with the Alist API, enabling AI models to interact with Alist file management services.
How to use Alist MCP Server?
Provide your Alist server address and authentication token via the environment variables ALIST_HOST and ALIST_TOKEN. Run the server using npx with the command npx -y alist-mcp-server. To obtain a token, open Alist in a browser, press F12 to open developer tools, go to the Network tab, select any request, and copy the value of the Authorization parameter.
Key features of Alist MCP Server
- Integrates with Alist API over the MCP protocol
- Authentication via Alist token
- Simple setup with npx
Use cases of Alist MCP Server
—
FAQ from Alist MCP Server
How do I get the Alist token?
Open Alist in a browser, press F12 to open developer tools, go to the Network tab, select any request, and copy the Authorization header value.
What environment variables are required?
You must set ALIST_HOST (the Alist server URL) and ALIST_TOKEN (the authentication token).
How do I install Alist MCP Server?
Add the following configuration to your MCP settings JSON: command npx, args ["-y", "alist-mcp-server"], and environment variables ALIST_HOST and ALIST_TOKEN.
其他 分类下的更多 MCP 服务器
Servers
modelcontextprotocolModel Context Protocol Servers
Awesome Mlops
visengerA curated list of references for MLOps
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
评论