xanderstevenson/mcpuse-agent-cisco
Use the mcp-use library to connect to MCP servers and automate Cisco devices. This covers both direct tool calling from Python scripts (no LLM required) and building AI-powered agents with natural language interfaces (using optional LLM integration).
Platform-specific configuration:
{
"mcpServers": {
"mcpuse-agent-cisco": {
"command": "npx",
"args": [
"-y",
"mcpuse-agent-cisco"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...