Catalyst Center MCP Server
MCP Serverby richbibby · Added 5mo ago
Claude
12
Install
git clone https://github.com/richbibby/catalyst-center-mcpAdd to Claude
claude mcp add catalyst-center-mcp-serverQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"catalyst-center-mcp-server": {
"command": "npx",
"args": [
"@modelcontextprotocol/catalyst-center-mcp-server"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
A Python-based MCP server for Cisco Catalyst Center providing device management, client info retrieval, and network monitoring. Requires configuration via a .env file for Catalyst Center credentials.
Tags
developmentmcp-serverciscocatalyst-centernetwork-managementdevice-managementpython