Back to MCP Servers
Ssh
MCP server exposing SSH control for Linux and Windows servers via Model Context Protocol. Securely execute remote shell commands with password or SSH key authentication.
coding-agents
By tufantunc
Installation
npx -y ssh-mcpConfiguration
{
"mcpServers": {
"ssh-mcp": {
"command": "npx",
"args": ["-y", "ssh-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes