mcpbeat

Cisco SD-WAN MCP Server

by pcdamasceno
local only

Cisco SD-WAN MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 223 installs a week from pypi. Last commit 4 Aug 2026.

MCP server for Cisco Catalyst SD-WAN (vManage): fabric inventory, device health, alarms, policies.

223
Installs / week
pypi · cisco-sdwan-mcp
0
Stars
0 open issues
4 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add cisco-sdwan-mcp -- uvx cisco-sdwan-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cisco-sdwan-mcp": {
      "args": [
        "cisco-sdwan-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cisco-sdwan-mcp]
command = "uvx"
args = ["cisco-sdwan-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "cisco-sdwan-mcp": {
      "args": [
        "cisco-sdwan-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cisco-sdwan-mcp": {
      "args": [
        "cisco-sdwan-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Cisco SD-WAN MCP Server

same job, measured the same way
Automox MCP Server
by automox

Official MCP server for Automox. Manage devices, patches, and policies in natural language.

1 144 installs/wk local only
I
AWS Spapi MCP
by cesarobedfl

MCP server for Amazon SP-API - real-time inventory health, sales metrics, and price updates

491 installs/wk local only
Tailscale RMCP
by dinglebear

Rust MCP server and CLI for Tailscale devices, users, keys, policies, and auth.

117 installs/wk local only
Afya MCP
by gabrielmahia

MCP server for health-service coordination in East Africa (afya = health)

182 installs/wk local only
CIPP
by wyre-technology

MCP server for CIPP — M365 multi-tenant management for MSPs (users, tenants, policies).

local only
Genieacs MCP
by geiserx

MCP server bridging GenieACS TR-069 ACS instances to LLMs for CPE device management

69 installs/wk local only
LibreNMS MCP
by mhajder

MCP server for LibreNMS network monitoring - query devices, ports, alerts, and manage infrastructure

2 564 installs/wk local only
DBeast PostgreSQL MCP
by snss10

PostgreSQL MCP server for schema, query, health, security, and performance analysis.

local only

Cisco SD-WAN MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Cisco SD-WAN MCP Server?
Cisco SD-WAN MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package cisco-sdwan-mcp was installed 223 times last week.
How do I connect Cisco SD-WAN MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls cisco-sdwan-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Cisco SD-WAN MCP Server?
The pypi package cisco-sdwan-mcp was installed 223 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Cisco SD-WAN MCP Server open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.