Back to Home
RFingAdam icon

mcp-remote-access

Verified Safe

by RFingAdam

Overview

Provides SSH and Serial port access for MCP-compatible AI clients to control remote devices like Raspberry Pi, embedded systems, and IoT devices.

Installation

Run Command
uv run --directory /path/to/mcp-remote-access mcp-remote-access

Security Notes

The server uses `paramiko.AutoAddPolicy()` for SSH connections. This automatically adds unknown host keys to `~/.ssh/known_hosts` without verification, making the client susceptible to Man-in-the-Middle (MITM) attacks on the first connection to a new host. For production or sensitive environments, manual host key verification or pre-populating `known_hosts` is recommended. SSH passwords are passed in memory only and not stored. The MCP server itself communicates via standard I/O and is not directly exposed to network connections.

Similar Servers

Stats

Interest Score34
Security Score6
Cost ClassMedium
Avg Tokens750
Stars1
Forks0
Last Update2026-01-17

Tags

SSHSerial PortUARTRemote AccessIoTEmbedded DevelopmentAutomation