Loading MCP server directory, please wait...
An MCP server that provides access to common Cisco Modeling Labs (CML) operations.
npx @getmcp/cli add io.github.xorrkaz/cml-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
CML_URLURL for the CML Server
CML_USERNAMEUsername for CML authentication
CML_PASSWORDPassword for CML authentication
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.xorrkaz/cml-mcp": {
"command": "uvx",
"args": [
"cml-mcp"
],
"env": {
"CML_URL": "",
"CML_USERNAME": "",
"CML_PASSWORD": "",
"PYATS_USERNAME": "",
"PYATS_PASSWORD": "",
"PYATS_AUTH_PASS": ""
}
}
}
}