Junos MCP
Rank #4,955io.github.shigechika/junos-mcp
MCP server for Juniper Networks device operations via junos-ops
Junos MCP is a Model Context Protocol (MCP) server published by shigechika. It ranks #4,955 of 115,591 servers tracked on MCP Toplist. Junos MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 19 tracked versions. It was first listed on Feb 23, 2026 and most recently updated on Aug 15, 2026.
Ranks ahead of 110,636 of 115,591 servers on MCP Toplist.
Use Junos MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add junos-mcp -- uvx junos-mcp[mcp_servers.junos-mcp]
command = "uvx"
args = ["junos-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"junos-mcp": {
"command": "uvx",
"args": [
"junos-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"junos-mcp": {
"command": "uvx",
"args": [
"junos-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"junos-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"junos-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"junos-mcp": {
"command": "uvx",
"args": [
"junos-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"junos-mcp": {
"command": "uvx",
"args": [
"junos-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.shigechika%2Fjunos-mcp)<a href="https://mcptoplist.com/server/io.github.shigechika%2Fjunos-mcp"><img src="https://mcptoplist.com/badge/io.github.shigechika%2Fjunos-mcp.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
shigechika
Other servers by shigechika
- MCP Stdio#1,062 · 48 vers
- J-Quants MCP#2,001 · 58 vers
- KeyCloak MCP#4,896 · 16 vers
- Google Workspace Admin Security-Audit MCP#5,455 · 14 vers
- Aruba Central MCP#6,265 · 12 vers
- Box Admin Analytics MCP#6,282 · 11 vers
- Zabbix API MCP#6,328 · 9 vers
- EOS MCP#6,572 · 9 vers
- Cloud Armor WAF Patrol MCP#9,378 · 4 vers
- MCP fork of Google Workspace CLI#10,733 · 3 vers
- netdiag MCP#13,813 · 2 vers
- entraadm MCP#26,711 · 1 ver
Available versions (19)
| Version | Published |
|---|---|
| 0.18.0 | Aug 15, 2026 |
| 0.17.1 | Aug 11, 2026 |
| 0.17.0 | Aug 8, 2026 |
| 0.16.4 | Aug 6, 2026 |
| 0.16.3 | Jul 31, 2026 |
| 0.16.2 | Jul 27, 2026 |
| 0.16.0 | Jul 26, 2026 |
| 0.15.1 | Jul 1, 2026 |
| 0.12.0 | May 1, 2026 |
| 0.11.0 | Apr 16, 2026 |
| 0.10.0 | Apr 16, 2026 |
| 0.9.0 | Apr 15, 2026 |
| 0.8.0 | Apr 14, 2026 |
| 0.7.0 | Apr 13, 2026 |
| 0.6.0 | Apr 13, 2026 |
| 0.5.2 | Apr 5, 2026 |
| 0.5.1 | Apr 5, 2026 |
| 0.5.0 | Apr 5, 2026 |
| 0.4.1 | Apr 4, 2026 |
Frequently asked questions
- Who maintains Junos MCP?
- Junos MCP is maintained by shigechika, which publishes 13 MCP servers (206 total versions) tracked on MCP Toplist.
- Is Junos MCP listed on the Official MCP Registry?
- Yes — Junos MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Junos MCP have?
- MCP Toplist tracks 19 versions of Junos MCP, most recently published on Aug 15, 2026.
- Where can I find the source code for Junos MCP?
- The source code for Junos MCP is hosted at github.com/shigechika/junos-mcp.