The SSH MCP server allows AI agents to execute remote SSH commands securely. It provides tools for running commands on remote servers and managing SSH connections. The server connects to remote systems via SSH protocol. Developers use it for automating server management, running diagnostics, and executing tasks on remote machines.
The SSH MCP server allows AI agents to execute remote SSH commands securely. It provides tools for running commands on remote servers and managing SSH connections. The server connects to remote systems via SSH protocol. Developers use it for automating server management, running diagnostics, and executing tasks on remote machines.
npx -y @fangjunjie/ssh-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"classfang-ssh-mcp-server-github": {
"command": "npx",
"args": [
"-y",
"npx -y @fangjunjie/ssh-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from ssh?"
API Key Required
This server requires an API key from ssh. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| SSH_API_KEY | Yes | Your ssh API key |
"What resources are available in ssh?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in ssh"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in ssh with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.