MCP.so
ログイン

Alist MCP Server

@JavanShen

Alist MCP Server について

MCP Server for Alist

基本情報

カテゴリ

その他

ライセンス

MIT license

ランタイム

node

トランスポート

stdio

公開者

JavanShen

設定

以下の設定を使って、このサーバーを 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.

コメント

「その他」の他のコンテンツ