pyATS_MCP

automateyournetwork/pyATS_MCP
★ 75 stars Python AI/LLM Updated 4d ago
An MCP Server for pyATS (experimental)
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pyats_mcp": {
      "command": "uvx",
      "args": [
        "pyats-mcp"
      ]
    }
  }
}

Or install with pip: pip install pyats-mcp

README Excerpt

MCP server that wraps Cisco pyATS and Genie, letting AI agents (Claude, LangGraph, etc.) run show commands, apply configuration, and query network state over STDIO using JSON-RPC 2.0. > All communication is via STDIN/STDOUT — no HTTP ports, no REST endpoints. --- ```bash git clone https://github.com/automateyournetwork/pyATS_MCP

Tools (16)

formatpyats_configure_devicepyats_configure_devices_multipyats_configure_with_diffpyats_device_healthpyats_find_interface_by_ippyats_get_neighborspyats_get_operation_logpyats_list_devicespyats_ping_from_network_devicepyats_rollback_configpyats_run_dynamic_testpyats_run_linux_commandpyats_run_show_commandpyats_run_show_command_on_multiple_devicespyats_search_devices