Alist MCP Server
@JavanShen
About Alist MCP Server
MCP Server for Alist
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"alistApi": {
"command": "npx",
"args": [
"-y",
"alist-mcp-server"
],
"env": {
"ALIST_HOST": "",
"ALIST_TOKEN": ""
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Other MCP servers
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments