An MCP server that provides access to common Cisco Modeling Labs (CML) operations.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx cml-mcp
MCP client config
{
"mcpServers": {
"cisco-modeling-labs-cml": {
"command": "uvx",
"args": [
"cml-mcp"
]
}
}
}