mcp-ssh-toolkit-py

by VitalyMalakanov

4 stars
390 downloads
Not rated
GitHub

About

mcp-ssh-toolkit-py is a powerful MCP server for secure SSH command execution via Model Context Protocol.

Details

Author
VitalyMalakanov
GitHub stars
4
Downloads
390
Categories
Developer Tools

- Secure SSH command execution via MCP
- SFTP file upload and download
- Multiple authentication methods (password, SSH keys, SSH agent)
- Full compatibility with Claude/Cline
- Ready-to-use Docker image and pip package
- Configurable connection parameters (timeouts, ports)

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name mcp-ssh-toolkit-py
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install via Docker (build image and run) or pip (pip install git+https://github.com/VitalyMalakanov/mcp-ssh-toolkit-py.git and run python -m mcp_ssh_toolkit). Add to your MCP client configuration (e.g., cline_mcp_settings.json) as a Docker command. Use the tool ssh_execute_command with parameters: host, username, password or privateKey, command, port (default 22), timeout (default 20). Authentication supports password, SSH keys (RSA), and SSH agent.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mcp-ssh-toolkit-py": {
            "mcp-ssh-toolkit-py": {
                "command": "docker",
                "args": [
                    "build",
                    "-t",
                    "mcp-ssh-toolkit-py",
                    "."
                ]
            }
        }
    }
}

McpServers

{
    "mcp-ssh-toolkit-py": {
        "command": "docker",
        "args": [
            "build",
            "-t",
            "mcp-ssh-toolkit-py",
            "."
        ]
    }
}

mcp-ssh-toolkit-py

Build Status
License: MIT
Docker
Author

A minimal Model Context Protocol (MCP) server for secure SSH automation, built with python-sdk and paramiko.

---

Table of Contents

- Overview
- Features
- Installation
- Quickstart
- Usage
- Development
- License

---

Overview 🚀

mcp-ssh-toolkit-py is a powerful MCP server for secure SSH command execution via Model Context Protocol.

🔹 Key Features:
- Execute arbitrary commands on remote servers via SSH
- Upload/download files via SFTP
- Integration with Claude/Cline and other MCP clients
- Supports password and SSH key authentication
- Configurable connection parameters (timeouts, ports)

🔹 Use Cases:
- DevOps automation via LLMs
- Server management through chat interface
- Secure remote script execution
- SSH integration in MCP ecosystem

Example usage:
```python

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.