Cisco SD-WAN MCP Server for Claude Desktop
io.github.pcdamasceno/cisco-sdwan-mcp
MCP server for Cisco Catalyst SD-WAN (vManage): fabric inventory, device health, alarms, policies.
client:Claude Desktop
transport:stdio
runtime:pypi
Install Cisco SD-WAN MCP Server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"cisco-sdwan-mcp": {
"command": "uvx",
"args": [
"cisco-sdwan-mcp"
],
"env": {
"SDWAN_VMANAGE_URL": "<SDWAN_VMANAGE_URL>",
"SDWAN_USERNAME": "<SDWAN_USERNAME>",
"SDWAN_PASSWORD": "<SDWAN_PASSWORD>",
"MCP_TRANSPORT": "<MCP_TRANSPORT>",
"SDWAN_VERIFY_SSL": "<SDWAN_VERIFY_SSL>",
"SDWAN_CA_BUNDLE": "<SDWAN_CA_BUNDLE>",
"SDWAN_ENABLE_WRITES": "<SDWAN_ENABLE_WRITES>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs