local-network-mcp

ahmed-hashim-pro/local-network-mcp
★ 0 stars Python AI/LLM Updated 2d ago
MCP server that lets Claude scan your local network, run shell commands, monitor system resources, and manage remote devices over persistent SSH sessions.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "local-network-mcp": {
      "command": "uvx",
      "args": [
        "local-network-mcp"
      ]
    }
  }
}

Or install with pip: pip install local-network-mcp

README Excerpt

A Model Context Protocol (MCP) server that allows Claude to interact with your local network, execute local shell commands, monitor system resources, and manage remote devices via SSH. It turns "can you check why the Raspberry Pi dropped off the network" into a workflow the agent executes itself: `scan_network` → `ping_host` → `ssh_connect` → `ssh_execute` → diagnosis. Persistent SSH sessions mean the agent connects once and runs multi-step remote workflows (inspect logs, restart a service, veri

Tools (7)

execute_local_commandhostnamehtoplsofpwdscan_networkuptime

Topics

anthropicclaudeclaude-desktopdevopsmcpmcp-servermodel-context-protocolnetwork-scannerparamikopythonsshsysadmin