The pyATS_MCP server enables AI agents to interact with network devices using pyATS. It exposes pyATS tools for device connections, configuration, and testing. It connects to network devices via SSH, Telnet, or APIs. Developers use it to automate network operations, validate configurations, and perform network testing.
The pyATS_MCP server enables AI agents to interact with network devices using pyATS. It exposes pyATS tools for device connections, configuration, and testing. It connects to network devices via SSH, Telnet, or APIs. Developers use it to automate network operations, validate configurations, and perform network testing.
pip install pyATS_MCPAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"automateyournetwork-pyatsmcp-github": {
"command": "uvx",
"args": [
"pip install pyATS_MCP"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from pyATS_MCP?"
No configuration required. This server works out of the box.
"What resources are available in pyATS_MCP?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in pyATS_MCP"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in pyATS_MCP with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.