Execute shell commands on remote Linux and Windows systems via SSH.
Best for Managing remote server logs and system diagnostics via natural language.
SSH MCP Server is a local Model Context Protocol (MCP) server that exposes SSH control for Linux and Windows systems, enabling LLMs and other MCP clients to execute shell commands securely via SSH.
Quick Start Features Installation Client Setup Testing Disclaimer Support.
What it does
- Execute shell commands on remote Linux and Windows systems
- Secure authentication via password or SSH key
- Configurable timeout protection with automatic process abortion
- Sudo elevation support for administrative tasks
- Built with TypeScript and the official MCP SDK
View SSH MCP Server details vs
Expose your Hono API endpoints as MCP tools.
Best for Enabling LLMs to perform CRUD operations on internal Hono-based APIs.
Expose your Hono API endpoints as MCP tools.
This adds an /mcp endpoint that exposes your routes as MCP tools.
What it does
- Exposes Hono API routes as MCP tools
- Supports Zod schema validation for tool inputs and outputs
- Includes a codemode for dynamic API interaction via search and execute
- Provides typed request handling via c.req.valid('json')
- Configurable MCP endpoint path
View Hono MCP Server details Biggest differences
CompareSSH MCP ServerHono MCP Server
Best forManaging remote server logs and system diagnostics via natural language.Enabling LLMs to perform CRUD operations on internal Hono-based APIs.
StandoutExecute shell commands on remote Linux and Windows systems.Exposes Hono API routes as MCP tools.
SetupNPM, http transport.NPX, http transport.
Transporthttphttp
Community346 GitHub stars77 GitHub stars
Bottom line
Pick SSH MCP Server if...Managing remote server logs and system diagnostics via natural language. Execute shell commands on remote Linux and Windows systems. NPM, http transport.
Pick Hono MCP Server if...Enabling LLMs to perform CRUD operations on internal Hono-based APIs. Exposes Hono API routes as MCP tools. NPX, http transport.
The real split here is workflow fit, not raw counts. SSH MCP Server: Managing remote server logs and system diagnostics via natural language. Hono MCP Server: Enabling LLMs to perform CRUD operations on internal Hono-based APIs. SSH MCP Server also has the larger public footprint (346 vs 77 stars).