netmiko_mcp

ktbyers/netmiko_mcp
★ 0 stars Python Code/Dev Tools Updated 1d ago
Netmiko MCP Server
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "netmiko_mcp": {
      "command": "uvx",
      "args": [
        "netmiko-mcp"
      ]
    }
  }
}

Or install with pip: pip install netmiko-mcp

README Excerpt

> **WARNING:** You can make serious, incredibly detrimental mistakes by using this tool. This tool could cause massive outages in your environment. You, and you alone, are solely responsible for using this tool. Don't say I didn't warn you. > I have tried to make reasonable defaults and to limit what the Netmiko-MCP server allows (by default). It is highly advisable to start with ONLY show commands executed against ONLY test or lab devices. You should also strongly consider additional security m

Tools (3)

list_devicespingsend_show_command