rxxed/mamcp
3.2
If you are the rightful owner of mamcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
This is a minimal MCP server designed for MyAnonamouse search and qBittorrent integration, allowing users to search for torrents and trigger downloads directly from Claude or any MCP client.
Tools
2
Resources
0
Prompts
0
mamcp
minimal mcp server for myanonamouse search + qbittorrent integration. search for torrents and trigger downloads directly from claude or any mcp client.
setup
# set env vars
export MAM_COOKIE=your_mam_session_cookie
export QBITTORRENT_URL=http://localhost:8080 # qbittorrent web ui
export QBITTORRENT_USER=admin
export QBITTORRENT_PASS=adminpass
export QBITTORRENT_SAVE_PATH=/path/to/torrent/files
# run
go run main.go
getting your myanonamouse session cookie
- log in to myanonamouse.net
- go to profile -> preferences -> security
- create a session and copy the session cookie (MAM_COOKIE)
mcp configuration
add to your mcp client config (e.g. claude desktop):
{
"mcpServers": {
"torrents": {
"command": "/path/to/mamcp",
"args": []
}
}
}
tools
myanonamouse_search(query)- searches tracker, returns resultsqbittorrent_download(torrent_id)- adds torrent to qbittorrent