Linux Gnome
БесплатноНе проверенAn MCP sever allowing agents to interact and control Linux (GNOME desktop environement).
Описание
An MCP sever allowing agents to interact and control Linux (GNOME desktop environement).
README
Model Context Protocol (MCP v2) server for GNOME and Linux that lets AI clients automate desktop tasks. Built on the stateless MCP Python SDK v2 (MCPServer), it handles appearance tweaks, app launching, power management, networking, audio, notifications, clipboard, and file actions.
Tools
- Health:
analyze_metrics(metrics: SystemMetrics). - Appearance:
set_color_scheme,set_wallpaper,set_wallpaper_mode,set_gtk_theme,set_icon_theme,set_font,set_text_scaling,set_night_light,set_night_light_temperature,set_night_light_schedule_automatic,set_night_light_schedule. - Apps & favorites:
list_applications,launch_application,get_favorite_apps,set_favorite_apps,add_favorite_app. - System controls:
shutdown_system,reboot_system,get_system_details,set_wifi_enabled,set_bluetooth_enabled,set_networking_enabled,set_airplane_mode,set_power_profile,set_volume,update_mute,control_media,brightness_step_up,brightness_step_down,lock_screen,logout_session. - Files & shell:
open_with_default,move_to_trash,empty_trash. - Notifications & clipboard:
send_notification,copy_to_clipboard,paste_from_clipboard. - Touchpad:
set_tap_to_click,set_natural_scroll,set_touchpad_speed.
Resources
config://app/defaults: Default monitoring thresholds and configuration.
Requirements
- Python 3.12 or above
- uv package manager
Stack
- Python: Runtime environment.
- Model Context Protocol (python mcp v2): Stateless MCP SDK v2 (
MCPServer) supportingstdioandstreamable-httptransports. - Starlette / Uvicorn: ASGI support for stateless HTTP transport.
Running the MCP Server
1. Install dependencies
uv sync
2. Run over standard I/O (Default, for VS Code & Claude Desktop)
uv run mcp-server
# or
uv run src/mcp_server/main.py
3. Run over Stateless Streamable HTTP
To run as an independent network service with stateless request handling:
uv run mcp-server --transport streamable-http --host 127.0.0.1 --port 8000
Or run directly via ASGI server:
uv run uvicorn mcp_server.main:app --host 127.0.0.1 --port 8000
CLI Options & Environment Variables
| Option | Environment Variable | Default | Description |
|---|---|---|---|
--transport |
MCP_TRANSPORT |
stdio |
Transport protocol (stdio, streamable-http, sse) |
--host |
MCP_HOST |
127.0.0.1 |
Host address for network transports |
--port |
MCP_PORT |
8000 |
Port number for network transports |
--stateless / --no-stateless |
MCP_STATELESS_HTTP |
true |
Enable stateless request handling for HTTP |
Running MCP Server in VS Code
- Open the repository in VS Code.
- Ensure the VS Code MCP extension reads
.vscode/mcp.json. - The server runs via standard I/O (
stdio), fully compatible with desktop AI agents:
{
"servers": {
"linux-gnome-mcp": {
"type": "stdio",
"command": "/home/maruf/.local/bin/uv",
"args": [
"run",
"--directory",
"/home/maruf/Development/Personal/MCP/linux-gnome-mcp",
"src/mcp_server/main.py"
],
"env": {
"PYTHONUNBUFFERED": "1"
}
}
}
}
- Reload the extension and start
linux-gnome-mcpfrom the MCP panel.
Установить Linux Gnome в Claude Desktop, Claude Code, Cursor
unyly install linux-gnomeСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add linux-gnome -- uvx --from git+https://github.com/mbeps/linux-gnome-mcp linux-gnome-automationsПошаговые гайды: как установить Linux Gnome
FAQ
Linux Gnome MCP бесплатный?
Да, Linux Gnome MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Linux Gnome?
Нет, Linux Gnome работает без API-ключей и переменных окружения.
Linux Gnome — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Linux Gnome в Claude Desktop, Claude Code или Cursor?
Открой Linux Gnome на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
автор: duxiaohuiSupabase
Database, auth and storage
автор: SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Linux Gnome with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
