Odel
Junos MCP

Junos MCP

Local
@shigechikaPythonApache-2.0Updated 2w ago

MCP server for Juniper Networks device operations via junos-ops

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIjunos-mcpv0.18.0

Run

uvx junos-mcp

MCP client config

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