Cisco Modeling Labs CML MCP Server

cml-mcp brings the power of AI assistants to your network lab! This tool allows you to interact with Cisco Modeling Labs (CML) using natural language through AI applications like Claude Desktop, Claude Code, and Cursor. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-14 · ★ 70 · #40 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

BSD-2-Clause · Python servers · how we verify → /methodology

01 · Install Cisco Modeling Labs CML

before you install - you'll need

CML_URL

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add xorrkaz-cml-mcp -- uvx cml-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "xorrkaz-cml-mcp": {
      "command": "uvx",
      "args": [
        "cml-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license BSD-2-Clause - declared in the repository

pypi package cml-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.xorrkaz is GitHub-verified and matches the repo owner

03 · What Cisco Modeling Labs CML can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.31.0 · 2026-07-13

Updated todo list · Here are the updated release notes with contributor attribution and the maintenance section trimmed. · --- · v0.31.0 · TLS/SSL certificate verification is now enabled by default. CML_VERIFY_SSL now…

v0.30.0 · 2026-07-07

Do not allow clients to override SSL verification unless they specify their own CML URL. · Only check the CML URL specified against its scheme, host, and port to prevent using userinfo to point CML to a malicious URL.…

v0.29.0 · 2026-06-30

0.29.0 · What's New in v0.29.0 · New Features · Opt-in unauthenticated HTTP fallback (CML_MCP_ALLOW_UNAUTHENTICATED) - In HTTP transport mode, CML_USERNAME / CML_PASSWORD are now ignored as a default identity unless…

04 · Who maintains Cisco Modeling Labs CML

Cisco Modeling Labs CML is maintained by xorrkaz. It's the only MCP server we track from this author; the repo dates to Aug 2025.

05 · Facts

category
other - ranked #40 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
3 releases in the last 90 days (latest 2026-07-13)
registry
io.github.xorrkaz/cml-mcp (active, first published 2025-09-10 · 37 versions)
packages
pypi:cml-mcp

06 · Cisco Modeling Labs CML FAQ

What is Cisco Modeling Labs CML?

cml-mcp brings the power of AI assistants to your network lab! This tool allows you to interact with Cisco Modeling Labs (CML) using natural language through AI applications like Claude Desktop, Claude Code, and Cursor. It runs locally over stdio via the published package.

Is Cisco Modeling Labs CML still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-14 and it shipped 3 releases in the last 90 days. We re-verify nightly.

How do I install Cisco Modeling Labs CML?

Run `uvx cml-mcp`. The README documents one environment variable (CML_URL) to set first. You can also paste the ready-made client config above.

Does Cisco Modeling Labs CML run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Cisco Modeling Labs CML