📦
Mamcp
mcp server for MyAnonamouse
0 installs
1 stars
Trust: 53 — Fair
Devtools
Installation
npx mamcpAsk AI about Mamcp
Powered by Claude · Grounded in docs
I know everything about Mamcp. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
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
