
Mcp Linux Tools
Administer a Linux server from an MCP client such as Cursor or VS Code: read files and tail logs, check/reload/restart systemd services, manage cron jobs inside a dedicated crontab section, run read-only MySQL queries, drive WP-CLI on WordPress sites, run safe Git commands, and execute sandboxed Python. Directories, services and WordPress sites are allowlisted in config.json, and every tool returns a uniform {success, data, error, meta} response. Runs as a systemd service over HTTP.
Quick Install
Automated & IDE SetupCopy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
Manual Client & Custom JSON ConfigExpand JSON โพ
Install Config Generator
๐ก Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Documentation Overview
Mcp Linux Tools is a ๐ฅ๏ธ Command Line MCP server from gerard-kanters listed on AllMCPs. Administer a Linux server from an MCP client such as Cursor or VS Code: read files and tail logs, check/reload/restart systemd services, manage cron jobs inside a dedicated crontab section, run read-only MySQL queries, drive WP-CLI on WordPress sites, run safe Git commands, and execute sandboxed Python. Directories, services and WordPress sites are allowlisted in config.json, and every tool returns a uniform {success, data, error, meta} response. Runs as a systemd service over HTTP.
We couldnโt automatically pull a README for this listing from GitHub, so the summary above comes from its listing details. To install it, use the one-click buttons or copy the config from the Quick Install section above, then open the source repository for full setup instructions, configuration options, and the tools it exposes over MCP.
Related MCP Servers
View all alternativesFrequently Asked Questions about Mcp Linux Tools
How do I install the gerard-kanters/mcp-linux-tools MCP server?
Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "mcp-linux-tools": { "command": "npx", "args": ["-y", "gerard-kanters/mcp-linux-tools"] } }
What does gerard-kanters/mcp-linux-tools do?
Administer a Linux server from an MCP client such as Cursor or VS Code: read files and tail logs, check/reload/restart systemd services, manage cron jobs inside a dedicated crontab section, run read-only MySQL queries, drive WP-CLI on WordPress sites, run safe Git commands, and execute sandboxed Python. Directories, services and WordPress sites are allowlisted in config.json, and every tool returns a uniform {success, data, error, meta} response. Runs as a systemd service over HTTP.
Is the gerard-kanters/mcp-linux-tools MCP server free to use?
Yes. gerard-kanters/mcp-linux-tools is listed on AllMCPs as a free, open Model Context Protocol server you can install into Claude Desktop, Cursor, or any MCP-compatible client.