MCP Directory
Back

aria2-mcp

by kinmeic · JavaScript · ★ 1

A [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server for [aria2](https://aria2.github.io/) download manager. This server allows AI assistants to interact with aria2 through a standardized interface.

Install

npx -y github:kinmeic/aria2-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "aria2-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:kinmeic/aria2-mcp"
      ]
    }
  }
}

From the README

A [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server for [aria2](https://aria2.github.io/) download manager. This server allows AI assistants to interact with aria2 through a standardized interface. - **Download Management**: Add, pause, resume, and remove downloads - **Status Monitoring**: Get real-time download status and progress - **Batch Operations**: List active, waiting, and stopped downloads - **Global Statistics**: View overall download/upload speeds - **Option Control**: Change download options on-the-fly - **Multi-Protocol Support**: HTTP/HTTPS, FTP/SFTP, BitTor…
Read full README on GitHub →

Related developer tools servers