Skip to content
Cursor

ssh client mcp server for Cursor

io.github.jordanburke/ssh-client-mcp-server

MCP server for executing shell commands on remote hosts via SSH.

client:Cursor transport:stdio runtime:npm

Install ssh client mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "ssh-client-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ssh-client-mcp-server"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ssh client mcp server in other clients