Back to directory
automateyournetwork/pyats_mcp

automateyournetwork/pyats_mcp

@automateyournetwork

MCP server wrapping Cisco pyATS and Genie, enabling AI agents to run network commands, apply configurations, and query device state via STDIO JSON-RPC 2.0

network-automationciscopyATSgenienetwork-deviceai-agentconfiguration-managementcliautomation

Installation & Configuration

{
  "mcpServers": {
    "pyats": {
      "command": "python3",
      "args": [
        "-u",
        "pyats_mcp_server.py"
      ],
      "env": {
        "PYATS_TESTBED_PATH": "/absolute/path/to/testbed.yaml"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/12
Updated
2026/6/12