Home/Directory/Developer Tools/Pyats

Pyats

@automateyournetwork · github.com/automateyournetwork/pyATS_MCP

Cisco pyATS server enabling structured, model-driven interaction with network devices.

ClaimedDeveloper Toolsstdiolocal auth
GitHub

Install one command

terminal
$ pip install -r requirements.txt

Or add it with the Claude CLI: claude mcp add automateyournetwork-pyats-mcp

Tools exposed 14 tools

pyats_list_devices
pyats_search_devices
pyats_run_show_command
pyats_ping_from_network_device
pyats_run_linux_command
pyats_configure_device
pyats_configure_devices_multi
pyats_configure_with_diff
pyats_rollback_config
pyats_device_health
pyats_get_neighbors
pyats_find_interface_by_ip
pyats_run_dynamic_test
pyats_get_operation_log

Configuration claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "automateyournetwork-pyats-mcp": {
      "command": "pip",
      "args": ["install", "-r", "requirements.txt"],
      "env": {
        "CORE1_PASSWORD": "<your-core1-password>",
        "CORE1_ENABLE_PASSWORD": "<your-core1-enable-password>",
        "FW1_PASSWORD": "<your-fw1-password>",
        "LINUX1_PASSWORD": "<your-linux1-password>",
        "SITE_A_PASSWORD": "<your-site-a-password>",
        "SITE_A_ENABLE_PASSWORD": "<your-site-a-enable-password>",
        "CORE1_OS": "<your-core1-os>",
        "CORE1_PLATFORM": "<your-core1-platform>",
        "CORE1_USERNAME": "<your-core1-username>",
        "CORE1_IP": "<your-core1-ip>"
      }
    }
  }
}

Paste under mcpServers in your config, then restart Claude Desktop. For Claude Code, reference this server in your project's CLAUDE.md.

Related

Similar servers

More in Developer Tools
Compare
@modelcontextprotocol

Reference / test server with prompts, resources, and tools.

Developer Toolsstdio no-auth
87k1w ago0 toolslocal
$npx -y @modelcontextprotocol/server-everything
Compare

Official GitHub server for integration with repository management, PRs, issues, and more.

Developer Toolsstdio auth
30.5k5d ago20 toolslocal
Install command unavailable — see repo
Compare
@jlowin

A high-level framework for building MCP servers in Python

Developer Toolsstdio no-auth
25.6k1w ago0 toolslocal
Install command unavailable — see repo