linux-mcp-server

MartinDai/linux-mcp-server
★ 5 stars Java 💻 Code/Dev Tools Updated 2mo ago
support execute shell on a remote linux or local machine
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": "npx",
      "args": [
        "-y",
        "MartinDai/linux-mcp-server"
      ]
    }
  }
}