junos-mcp-server
The junos-mcp-server acts as a bridge between MCP-compatible clients and Juniper Junos network devices.
This server enables seamless interactions between large language models and network equipment, allowing users to manage and configure Juniper devices through a standardized protocol. It supports various configurations for different client types, including standard input/output and Docker container setups, making it versatile for different deployment scenarios. Additionally, it provides tools for dynamic device management and integration with development environments like VSCode.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"junos-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-junos-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions