Back to Home
mbeps icon

linux-gnome-mcp

Verified Safe

by mbeps

Overview

Automate desktop tasks on GNOME & Fedora using AI clients by interacting with system settings and applications.

Installation

Run Command
uv run src/mcp_server/main.py

Security Notes

The server utilizes `subprocess.run` with lists of arguments to execute system commands, significantly reducing command injection risks compared to using `shell=True`. `ast.literal_eval` is used for parsing gsettings output safely. No hardcoded secrets were identified. Communication over stdio limits network exposure. Security primarily relies on the integrity of the invoked GNOME/Linux utilities and the permissions of the user running the server, as it can perform actions like file deletion or system shutdown.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens150
Stars0
Forks0
Last Update2025-12-13

Tags

GNOMEFedoraDesktop AutomationAILinux