MCP Directory
Back

junos-mcp-server

by Juniper · Python · ★ 97

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.

Install

pip install git+https://github.com/Juniper/junos-mcp-server.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "junos-mcp-server": {
      "command": "uvx",
      "args": [
        "git+https://github.com/Juniper/junos-mcp-server.git"
      ]
    }
  }
}

From the README

A Model Context Protocol (MCP) server for Juniper Junos devices that enables LLM interactions with network equipment. - [junos-mcp-server](#junos-mcp-server) - [Table of Contents](#table-of-contents) - [Important Security Notice](#important-security-notice) - [Security Requirements](#security-requirements) - [Security Best Practices](#security-best-practices) - [Important Configuration Notice](#important-configuration-notice) - [Getting Started](#getting-started) - [Running with uv](#running-with-uv) - [Start Junos MCP Server](#start-junos-mcp-server) - [Configuration]…
Read full README on GitHub →

Related other servers