Servers
Catalyst Center MCP
@richbibby
A Python-based MCP (Model Context Protocol) server for Cisco Catalyst Center (formerly DNA Center) that provides tools for device management and monitoring.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"catalyst-center-mcp": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}