Back to MCP Servers
Ssh
MCP server exposing SSH control for Linux and Windows servers. Allows long running commands and the ability to perform commands on multiple hosts at the same time.
coding-agents
By blakerouse
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