10
GitHub Stars

MCP server for Juniper devices running Junos. Tools for executing operational commands and changing device configuration

Installation

⭐ RecommendedNPX
npx -y supergateway --sse http://127.0.0.1:10008/sse
View configuration snippet
{
  "mcpServers": {
    "junos": {
      "id": "junos",
      "name": "Junos MCP Server",
      "command": "npx",
      "args": [
        "-y",
        "supergateway",
        "--sse",
        "http://127.0.0.1:10008/sse"
      ],
      "url": "http://127.0.0.1:10008/sse",
      "transport": "sse",
      "env": {
        "MCP_SERVER_JUNOS_HOST": "127.0.0.1",
        "MCP_SERVER_JUNOS_PORT": "10008",
        "MCP_SERVER_JUNOS_TRANSPORT": "streamable-http",
        "MCP_SERVER_JUNOS_ACCESS_DEFAULT_USER": "admin",
        "MCP_SERVER_JUNOS_ACCESS_DEFAULT_PASSWD": "admin@123",
        "MCP_SERVER_JUNOS_ACCESS_DEFAULT_PORT": "830",
        "LOG_LEVEL": "INFO"
      }
    }
  }
}

💡 Tip: Make sure you have the appropriate package manager installed. Refer to the official documentation for detailed installation instructions.

Compatibility Matrix

Filter:

Cursor

STDIO
stdio:From mcp.so (unverified)

Claude Desktop

STDIO
stdio:From mcp.so (unverified)

MCP Compatible

STDIO
stdio:From mcp.so (unverified)
Verified - Tested by community
Unverified - Not yet tested
⚡ STDIO🌊 SSE🌐 HTTP

Server Information

License:unknown
Classification:active
Source:Data aggregated from public MCP directories

Quick Stats

Transports:
STDIO
Compatible Clients:3
Install Methods:1

Like this server?

Discover more MCP servers or submit your own to directory.