junos-mcp-server

Juniper/junos-mcp-server
★ 87 stars Python Code/Dev Tools Updated 1mo ago
This is a Junos Model Context Protocol (MCP) Server project that provides a bridge between MCP-compatible clients (like Claude Desktop) and Juniper Junos network devices.
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": {
    "junos-mcp-server": {
      "command": "uvx",
      "args": [
        "junos-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install junos-mcp-server