Home › Other › Cisco Modeling Labs CML

Cisco Modeling Labs CML

An MCP server that provides access to common Cisco Modeling Labs (CML) operations.

Python
★ 71 stars Last pushed 2026-09-20 License: BSD-2-Clause

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.32.0)

uvx cml-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "cml-mcp": {
      "command": "uvx",
      "args": [
        "cml-mcp"
      ],
      "env": {
        "CML_URL": "<YOUR_VALUE>",
        "CML_USERNAME": "<YOUR_VALUE>",
        "CML_PASSWORD": "<YOUR_VALUE>",
        "PYATS_USERNAME": "<YOUR_VALUE>",
        "PYATS_PASSWORD": "<YOUR_VALUE>",
        "PYATS_AUTH_PASS": "<YOUR_VALUE>"
      }
    }
  }
}
  • CML_URL required — URL for the CML Server
  • CML_USERNAME required — Username for CML authentication
  • CML_PASSWORD required secret — Password for CML authentication
  • PYATS_USERNAME — Username for authentication to devices running in CML
  • PYATS_PASSWORD secret — Password for authentication to devices running in CML
  • PYATS_AUTH_PASS secret — Enable password for authentication to devices running in CML

Related servers

Data from the Official MCP Registry