MCP.so
Sign In
Servers

mcp-netmiko-server

@upa

An MCP server that enables LLMs interacting with your network devices

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-netmiko-server": {
      "command": "uv",
      "args": [
        "run",
        "--with",
        "mcp[cli]",
        "--with",
        "netmiko",
        "main.py",
        "my-devices.network.toml"
      ]
    }
  }
}

More from Other