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.
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.
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.
claude mcp add cisco-sdwan-mcp -- uvx cisco-sdwan-mcp
{
"mcpServers": {
"cisco-sdwan-mcp": {
"args": [
"cisco-sdwan-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.cisco-sdwan-mcp]
command = "uvx"
args = ["cisco-sdwan-mcp"]
{
"mcpServers": {
"cisco-sdwan-mcp": {
"args": [
"cisco-sdwan-mcp"
],
"command": "uvx"
}
}
}
{
"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.
Official MCP server for Automox. Manage devices, patches, and policies in natural language.
MCP server for Amazon SP-API - real-time inventory health, sales metrics, and price updates
Rust MCP server and CLI for Tailscale devices, users, keys, policies, and auth.
MCP server for health-service coordination in East Africa (afya = health)
MCP server for CIPP — M365 multi-tenant management for MSPs (users, tenants, policies).
MCP server for CIPP — M365 multi-tenant management for MSPs (users, tenants, policies).
MCP server for Yoto: manage cards, tracks, icons and family devices from any MCP client.
MCP server bridging GenieACS TR-069 ACS instances to LLMs for CPE device management
Answers built from our own checks of this server.