SSH MCP Tool
Rank #2,734io.github.oaslananka/mcp-ssh-tool
Secure MCP SSH automation server with policy controls, resources, prompts, stdio, and HTTP.
SSH MCP Tool is a Model Context Protocol (MCP) server published by oaslananka. It ranks #2,734 of 115,460 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. SSH MCP Tool is listed across 3 registries — Official MCP, Glama and mcp.so, with 7 tracked versions. It was first listed on Mar 21, 2026 and most recently updated on May 10, 2026.
Ranks ahead of 112,726 of 115,460 servers on MCP Toplist.
Use SSH MCP Tool
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-ssh-tool -- npx -y mcp-ssh-toolclaude mcp add mcp-ssh-tool -e "SSH_MCP_HTTP_ALLOWED_ORIGINS=<your SSH_MCP_HTTP_ALLOWED_ORIGINS>" -e "SSH_MCP_HTTP_BEARER_TOKEN_FILE=<your SSH_MCP_HTTP_BEARER_TOKEN_FILE>" -e "SSH_MCP_HTTP_PUBLIC_URL=<your SSH_MCP_HTTP_PUBLIC_URL>" -e "SSH_MCP_HTTP_TRUST_PROXY=<your SSH_MCP_HTTP_TRUST_PROXY>" -- npx -y mcp-ssh-tool --transport=http --host 127.0.0.1 --port 3000Replace each placeholder with your own value before saving.
[mcp_servers.mcp-ssh-tool]
command = "npx"
args = ["-y", "mcp-ssh-tool"]Add to ~/.codex/config.toml.
[mcp_servers.mcp-ssh-tool]
command = "npx"
args = ["-y", "mcp-ssh-tool", "--transport=http", "--host", "127.0.0.1", "--port", "3000"]
[mcp_servers.mcp-ssh-tool.env]
SSH_MCP_HTTP_ALLOWED_ORIGINS = "<your SSH_MCP_HTTP_ALLOWED_ORIGINS>"
SSH_MCP_HTTP_BEARER_TOKEN_FILE = "<your SSH_MCP_HTTP_BEARER_TOKEN_FILE>"
SSH_MCP_HTTP_PUBLIC_URL = "<your SSH_MCP_HTTP_PUBLIC_URL>"
SSH_MCP_HTTP_TRUST_PROXY = "<your SSH_MCP_HTTP_TRUST_PROXY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-ssh-tool": {
"command": "npx",
"args": [
"-y",
"mcp-ssh-tool"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-ssh-tool": {
"command": "npx",
"args": [
"-y",
"mcp-ssh-tool",
"--transport=http",
"--host",
"127.0.0.1",
"--port",
"3000"
],
"env": {
"SSH_MCP_HTTP_ALLOWED_ORIGINS": "<your SSH_MCP_HTTP_ALLOWED_ORIGINS>",
"SSH_MCP_HTTP_BEARER_TOKEN_FILE": "<your SSH_MCP_HTTP_BEARER_TOKEN_FILE>",
"SSH_MCP_HTTP_PUBLIC_URL": "<your SSH_MCP_HTTP_PUBLIC_URL>",
"SSH_MCP_HTTP_TRUST_PROXY": "<your SSH_MCP_HTTP_TRUST_PROXY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-ssh-tool": {
"command": "npx",
"args": [
"-y",
"mcp-ssh-tool"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"mcp-ssh-tool": {
"command": "npx",
"args": [
"-y",
"mcp-ssh-tool",
"--transport=http",
"--host",
"127.0.0.1",
"--port",
"3000"
],
"env": {
"SSH_MCP_HTTP_ALLOWED_ORIGINS": "<your SSH_MCP_HTTP_ALLOWED_ORIGINS>",
"SSH_MCP_HTTP_BEARER_TOKEN_FILE": "<your SSH_MCP_HTTP_BEARER_TOKEN_FILE>",
"SSH_MCP_HTTP_PUBLIC_URL": "<your SSH_MCP_HTTP_PUBLIC_URL>",
"SSH_MCP_HTTP_TRUST_PROXY": "<your SSH_MCP_HTTP_TRUST_PROXY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-ssh-tool": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-ssh-tool"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"mcp-ssh-tool": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-ssh-tool",
"--transport=http",
"--host",
"127.0.0.1",
"--port",
"3000"
],
"env": {
"SSH_MCP_HTTP_ALLOWED_ORIGINS": "<your SSH_MCP_HTTP_ALLOWED_ORIGINS>",
"SSH_MCP_HTTP_BEARER_TOKEN_FILE": "<your SSH_MCP_HTTP_BEARER_TOKEN_FILE>",
"SSH_MCP_HTTP_PUBLIC_URL": "<your SSH_MCP_HTTP_PUBLIC_URL>",
"SSH_MCP_HTTP_TRUST_PROXY": "<your SSH_MCP_HTTP_TRUST_PROXY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-ssh-tool": {
"command": "npx",
"args": [
"-y",
"mcp-ssh-tool"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-ssh-tool": {
"command": "npx",
"args": [
"-y",
"mcp-ssh-tool",
"--transport=http",
"--host",
"127.0.0.1",
"--port",
"3000"
],
"env": {
"SSH_MCP_HTTP_ALLOWED_ORIGINS": "<your SSH_MCP_HTTP_ALLOWED_ORIGINS>",
"SSH_MCP_HTTP_BEARER_TOKEN_FILE": "<your SSH_MCP_HTTP_BEARER_TOKEN_FILE>",
"SSH_MCP_HTTP_PUBLIC_URL": "<your SSH_MCP_HTTP_PUBLIC_URL>",
"SSH_MCP_HTTP_TRUST_PROXY": "<your SSH_MCP_HTTP_TRUST_PROXY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-ssh-tool": {
"command": "npx",
"args": [
"-y",
"mcp-ssh-tool"
]
}
}
}{
"mcpServers": {
"mcp-ssh-tool": {
"command": "npx",
"args": [
"-y",
"mcp-ssh-tool",
"--transport=http",
"--host",
"127.0.0.1",
"--port",
"3000"
],
"env": {
"SSH_MCP_HTTP_ALLOWED_ORIGINS": "<your SSH_MCP_HTTP_ALLOWED_ORIGINS>",
"SSH_MCP_HTTP_BEARER_TOKEN_FILE": "<your SSH_MCP_HTTP_BEARER_TOKEN_FILE>",
"SSH_MCP_HTTP_PUBLIC_URL": "<your SSH_MCP_HTTP_PUBLIC_URL>",
"SSH_MCP_HTTP_TRUST_PROXY": "<your SSH_MCP_HTTP_TRUST_PROXY>"
}
}
}
}Replace each placeholder with your own value before saving.
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.oaslananka%2Fmcp-ssh-tool)<a href="https://mcptoplist.com/server/io.github.oaslananka%2Fmcp-ssh-tool"><img src="https://mcptoplist.com/badge/io.github.oaslananka%2Fmcp-ssh-tool.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
oaslananka
Other servers by oaslananka
- KiCad MCP Pro#436 · 19 vers
- easyeda-mcp-pro#1,340 · 9 vers
- Boardreadyops#2,766 · 6 vers
- Kicad Studio Kit#2,983 · 5 vers
- A2amesh#4,648 · 5 vers
- Fovux Kit#6,413 · 7 vers
- MCP Health Monitor#9,900 · 3 vers
- Toon Tools Vsx#10,159 · 5 vers
- MCP Infra Lens#10,175 · 2 vers
- notebooklm-mcp-pro#11,517
- MCP Debug Recorder#12,211 · 1 ver
- Draforge#12,465 · 3 vers
Available versions (7)
| Version | Published |
|---|---|
| 2.2.7 | May 10, 2026 |
| 2.2.6 | May 10, 2026 |
| 2.1.1 | May 3, 2026 |
| 2.1.0 | Apr 29, 2026 |
| 1.3.5 | Apr 8, 2026 |
| 1.3.1 | Mar 24, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains SSH MCP Tool?
- SSH MCP Tool is maintained by oaslananka, which publishes 22 MCP servers (80 total versions) tracked on MCP Toplist.
- Is SSH MCP Tool listed on the Official MCP Registry?
- Yes — SSH MCP Tool is listed on the Official MCP Registry, alongside Glama and mcp.so.
- How many versions does SSH MCP Tool have?
- MCP Toplist tracks 7 versions of SSH MCP Tool, most recently published on May 10, 2026.
- Where can I find the source code for SSH MCP Tool?
- The source code for SSH MCP Tool is hosted at github.com/oaslananka/mcp-ssh-tool.