Back to Apps

MCP Admin Tasks
Supports UIby mge1512
Execute administrative tasks on Linux systems using systemctl and zypper via MCP.
0 stars
Works in:claude
Exposes:Tools
What it does
This MCP server provides a bridge for AI assistants to perform essential administrative operations on Linux systems. It specializes in service management and package handling, allowing an LLM to monitor, restart, and install software directly on the host system.
Tools
- systemctl-manage: Control system services (start, stop, restart, status) using systemd.
- zypper-manage: Handle package installation, removal, and updates on openSUSE/SLES systems.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"admintasks": {
"command": "mcp-server-admintasks",
"args": []
}
}
}
Note: Ensure the binary is in your system PATH or provide the full absolute path.
Supported hosts
- claude
Quick install
mcp-server-admintasksInformation
- Pricing
- free
- Published
- 5/1/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"admintasks": {
"command": "mcp-server-admintasks",
"args": []
}
}
}





