MCP.so
Sign In
Servers
A

Aria2 Agent

@Rehui-2006

AI Agent-first download tool built on aria2. Forces file-allocation=none, uses RPC tellStatus for reliable completion detection. MCP compatible, zero dependencies.

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "aria2-agent": {
      "command": "python",
      "args": [
        "-m",
        "aria2cli",
        "mcp"
      ]
    }
  }
}

More from the marketplace