Linux-MCP

I-love-linux-12-31/Linux-MCP
★ 0 stars Python File System Updated today
MCP server to provide lots of tools for LLM and Linux integration.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "linux-mcp": {
      "command": "uvx",
      "args": [
        "linux-mcp"
      ]
    }
  }
}

Or install with pip: pip install linux-mcp

README Excerpt

MCP server that exposes a wide set of tools to let an LLM interact with a Linux desktop — windows, input, clipboard, filesystem, and applications. > [!CAUTION] > This MCP server gives the LLM tools that **can damage your data or device**. You run this software at your own risk. > [!WARNING] > Wayland support is partial. X11 preferred.

Topics

desktop-automationlinuxmcp-serverpython3x11