Odel
Cisco SD-WAN MCP Server

Cisco SD-WAN MCP Server

Local
@pcdamasceno1PythonMITUpdated 1w ago

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

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).

PyPIcisco-sdwan-mcpv0.1.0

Run

uvx cisco-sdwan-mcp

MCP client config

{
  "mcpServers": {
    "cisco-sd-wan-mcp-server": {
      "command": "uvx",
      "args": [
        "cisco-sdwan-mcp"
      ]
    }
  }
}