Back to MCP Servers
PyATS
Cisco pyATS server enabling structured, model-driven interaction with network devices.
coding-agents
Installation
npx -y pyATS_MCPConfiguration
{
"mcpServers": {
"pyATS_MCP": {
"command": "npx",
"args": ["-y", "pyATS_MCP"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes