MCP Directory
Back

aria2-mcp

by kinmeic · JavaScript · ★ 0

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

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "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 →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers