linux-mcp-server

rhel-lightspeed/linux-mcp-server
★ 186 stars Python 🤖 AI/LLM Updated 1mo ago
Tools to allow LLM clients to interact with Linux systems remotely
View on GitHub →

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-server": {
      "command": "uvx",
      "args": [
        "linux-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install linux-mcp-server