ssh-client-mcp-server
Rank #11,437io.github.jordanburke/ssh-client-mcp-server
MCP server for executing shell commands on remote hosts via SSH.
ssh-client-mcp-server is a Model Context Protocol (MCP) server published by jordanburke. It ranks #11,437 of 115,460 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. ssh-client-mcp-server is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 2 tracked versions. It was first listed on Jun 1, 2025 and most recently updated on Jun 9, 2026.
Ranks ahead of 104,023 of 115,460 servers on MCP Toplist.
Use ssh-client-mcp-server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ssh-client-mcp-server -- npx -y ssh-client-mcp-server --host[mcp_servers.ssh-client-mcp-server]
command = "npx"
args = ["-y", "ssh-client-mcp-server", "--host"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"ssh-client-mcp-server": {
"command": "npx",
"args": [
"-y",
"ssh-client-mcp-server",
"--host"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"ssh-client-mcp-server": {
"command": "npx",
"args": [
"-y",
"ssh-client-mcp-server",
"--host"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ssh-client-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ssh-client-mcp-server",
"--host"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"ssh-client-mcp-server": {
"command": "npx",
"args": [
"-y",
"ssh-client-mcp-server",
"--host"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ssh-client-mcp-server": {
"command": "npx",
"args": [
"-y",
"ssh-client-mcp-server",
"--host"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.jordanburke%2Fssh-client-mcp-server)<a href="https://mcptoplist.com/server/io.github.jordanburke%2Fssh-client-mcp-server"><img src="https://mcptoplist.com/badge/io.github.jordanburke%2Fssh-client-mcp-server.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
jordanburke
Other servers by jordanburke
- Reddit MCP Server#985 · 9 vers
- joplin-mcp-server#5,902 · 1 ver
- temporal-mcp-server#12,444 · 3 vers
- Microsoft To Do MCP#12,774
- DuckPond MCP Server#15,020 · 6 vers
- oura-ring-mcp-server#22,475 · 1 ver
- KuzuDB Server#27,347
- dakboard-mcp-server#99,835
Available versions (2)
| Version | Published |
|---|---|
| 1.5.1 | Jun 9, 2026 |
| 1.3.3 | May 5, 2026 |
Frequently asked questions
- Who maintains ssh-client-mcp-server?
- ssh-client-mcp-server is maintained by jordanburke, which publishes 9 MCP servers (22 total versions) tracked on MCP Toplist.
- Is ssh-client-mcp-server listed on the Official MCP Registry?
- Yes — ssh-client-mcp-server is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does ssh-client-mcp-server have?
- MCP Toplist tracks 2 versions of ssh-client-mcp-server, most recently published on Jun 9, 2026.
- Where can I find the source code for ssh-client-mcp-server?
- The source code for ssh-client-mcp-server is hosted at github.com/jordanburke/ssh-client-mcp-server.