ssh-mcp

blackaxgit/ssh-mcp
★ 1 stars Python 🤖 AI/LLM Updated 1d ago
MCP server that gives AI assistants (Claude) SSH access to run commands, transfer files, and manage server fleets
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": {
    "ssh-mcp": {
      "command": "uvx",
      "args": [
        "ssh-mcp"
      ]
    }
  }
}

Or install with pip: pip install ssh-mcp

README Excerpt

SSH MCP server that lets AI assistants execute commands on remote servers. ssh-mcp is a [Model Context Protocol](https://modelcontextprotocol.io/) server that gives AI assistants like Claude direct access to your SSH infrastructure. Once configured, Claude can run commands, transfer files, and query server groups across your fleet without leaving the conversation.

Tools (20)

HYPOTHESIS_PROFILESSH_MCP_CONFIGSSH_MCP_HTTP_ALLOWED_HOSTSSSH_MCP_HTTP_AUTHSSH_MCP_HTTP_BACKLOGSSH_MCP_HTTP_HOSTSSH_MCP_HTTP_KEEPALIVE_TIMEOUTSSH_MCP_HTTP_LIMIT_CONCURRENCYSSH_MCP_HTTP_NETWORK_NO_AUTHSSH_MCP_HTTP_PORTSSH_MCP_HTTP_STATELESSSSH_MCP_HTTP_TOKENSSH_MCP_HTTP_TOKEN_FILESSH_MCP_LOG_FORMATSSH_MCP_TRANSPORTdownload_fileexecuteexecute_on_grouplist_groupslist_servers

Topics

aiautomationclaudedevopsinfrastructuremcpmodel-context-protocolpythonssh