cachyos-mcp
Provides tools for interacting with Bluetooth devices, such as scanning, pairing, and managing connections.
Enables control of KDE desktop environment settings, including power, session, and other system controls.
Allows running MTR (My TraceRoute) for network path analysis and diagnostics.
Provides capability to perform network speed tests to measure bandwidth and latency.
Offers tools for managing WireGuard VPN configurations and connections.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@cachyos-mcpcheck for available system updates"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
cachyos-mcp
All-in-one Arch/CachyOS deep system control MCP server. It provides
pacman + AUR package intelligence and system updates, and bundles the complete
network-mcp and sysprobe-mcp tool sets
so a single server gives Claude full visibility and control of the machine.
The two generic servers stay independently deployable (e.g. ship network-mcp
to a headless server); cachyos-mcp just embeds their register() entry points.
Arch-specific tools
Package intelligence (read-only)
search_all_repositories— repos and AUR in one call, unified & sorted (the anti-hallucination tool: see every available variant + votes + installed)search_system_repos,search_aurget_package_info,get_aur_info,get_package_dependenciesquery_installed_packages,which_package_owns,list_package_fileslist_orphans,list_explicit_packagescheck_updates(repos via checkupdates + AUR via paru — no root, safe)get_pacman_log,get_mirrorlist,list_kernels,get_package_cache_info
Mutating (needs SYSCONTROL_ALLOW_ACTIONS=1)
system_update,install_packages,install_aur_package,clean_package_cacheremove_packages— never auto-executed; returns the command only
Privilege handling
pacman needs root. Gated write tools run via passwordless sudo if available,
otherwise they return the exact command for you to run (in Claude Code, prefix
with !). To let Claude apply updates directly, add a sudoers rule, e.g.:
tom ALL=(root) NOPASSWD: /usr/bin/pacman, /usr/bin/paccacheRelated MCP server: homebutler
Bundled tool sets
network: NetworkManager status,
ip -jinterfaces/routes, listening ports, throughput, firewall, mtr, DNS, TLS, port scan, whois, WireGuard, speedtest, packet capture …sysprobe: sensors, processes, systemd/journal, coredumps, dmesg, D-Bus, hardware inventory, brightness, power profile, CPU governor, audio, media, app launch, bluetooth, KDE control, session/power …
Run / register
SYSCONTROL_ALLOW_ACTIONS=1 uv run cachyos-mcpclaude mcp add cachyos -s user \
-e SYSCONTROL_ALLOW_ACTIONS=1 \
-- uv --directory "/home/tom/Projekte/SE Projects/cachyos-mcp" run cachyos-mcpIf you register cachyos-mcp you get everything; you typically would not also register network-mcp / sysprobe-mcp locally (only when deploying them elsewhere).
Requirements
pacman (always), and optionally pacman-contrib (checkupdates/paccache),
paru (AUR), pactree/expac. Network/sysprobe optional tools as listed in
their READMEs.
This server cannot be deployed
Maintenance
Related MCP Connectors
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
MCP server for mandates, delegation, policy-gated execution, credential grants, and audit.
Remote MCP server to read and manage your Atako AI agents, messages, files, and integrations.
Remote MCP server for supportsheep: run AI interviews and manage support content for your blog.
Related MCP Servers
- AlicenseAqualityDmaintenanceArch MCP provides three main capabilities: * Access to Arch Wiki, AUR packages, official repos, and installed packages * Search, analyze, and securely install packages with built-in 50+ safety checks * Guided workflows for troubleshooting, security audits, and dependency analysis2256GPL 3.0
- AlicenseBqualityAmaintenanceAll-in-one homelab management MCP server. Docker monitoring, volume backup/restore (with compose and env files), Wake-on-LAN, network scanning, and multi-server SSH management.40281MIT
- AlicenseBqualityDmaintenanceMCP server for managing Bazzite Linux hosts, enabling system administration, desktop control, and gaming tasks through natural language.242MIT
- AlicenseNot gradedqualityBmaintenanceMCP server for full control of STB (Amlogic S9xx / Armbian) via SSH, enabling shell commands, file management, Docker operations, AdGuard Home configuration, and system monitoring.MIT