mcpbeat Sign in

Cisco SD-WAN MCP Server

by pcdamasceno Your server? Claim it
local only

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

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

Installs per day peak 25 · avg 11 · -7% w/w
a month agotoday
64
Installs / week
pypi · cisco-sdwan-mcp
1
Stars
0 open issues
30 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Cisco SD-WAN MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

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"
    }
  }
}

This one needs environment variables set before it will start: SDWAN_VMANAGE_URL (Cisco Catalyst SD-WAN Manager URL, e.g. https://vmanage.example.com:8443), SDWAN_USERNAME (vManage username. Use a dedicated read-only account.), SDWAN_PASSWORD (vManage password for SDWAN_USERNAME.), MCP_TRANSPORT (Must be stdio for this install. The server itself defaults to http; set http only when deploying it as a service.), SDWAN_VERIFY_SSL (Verify the vManage TLS certificate. Prefer SDWAN_CA_BUNDLE over disabling this.), SDWAN_CA_BUNDLE (Path to a CA bundle for a private-CA or self-signed vManage certificate.), SDWAN_ENABLE_WRITES (Register the configuration-changing tools. Read-only when unset.). The author declared them in the registry entry; get the values from the project itself.

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.

700 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

39 installs/wk local only
Tailscale RMCP
by dinglebear

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

local only
Afya MCP
by gabrielmahia

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

111 installs/wk local only
CIPP
by wyre-technology

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

local only
CIPP
by wyre-ai

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

local only
MCP Yoto
by danpillay87

MCP server for Yoto: manage cards, tracks, icons and family devices from any MCP client.

46 installs/wk answering
Genieacs MCP
by geiserx

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

39 installs/wk 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 64 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 64 times in the last week. Week over week that is -7%. 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 1 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.