nqbtc
v0.1.1
Published
qBittorrent CLI
Readme
nqbtc
Run qBittorrent MCP server.
Requirements
- Node.js 24 or newer
- qBittorrent and make sure WebUI enabled
- Any MCP client
Getting started
Standard config works in most of the tools (replace the --base-url=... with your real qBittorrent WebUI url).
{
"mcpServers": {
"nqbtc": {
"command": "npx",
"args": [
"nqbtc",
"mcp",
"--base-url=http://localhost:9091/api/v2"
]
}
}
}You can also config username and password of WebUI with --username=xxx and --password=yyy options. Add these options your MCP command args.
npx nqbtc mcp --base-url=http://localhost:9091/api/v2 --username=xxx --password=yyyLicense
MIT License © 2025 XLor
