MCP for SysML v2 REST API. 200% Productivity Increase?

One of the biggest values of this current wave of GenAI adoption is not “replacing engineers,” but amplifying engineering through tool use. AI becomes the interface that connects humans to complex systems—without forcing everyone to learn every integration detail, command, or API nuance.

In my latest video, I’m sharing an early work-in-progress: automating SysML v2 via REST API using the Model Context Protocol (MCP).

 

With a conversation-driven workflow, you can:

  • Open and navigate projects
  • Inspect diagrams
  • Run evaluations with different parameters
  • Generate reports
  • Pass results into other engineering environments

This is an initial MCP server for the SysML v2 REST API, and it’s available for download via the MBSE Cyber Systems community.

Demo and setup instructions: 

https://youtu.be/-qQVUxu0RXM

Setup instructions:

  1. check and update python path in claude_desktop_config.json file

In CMD check python location

where python

2. install dependencies: 

In CMD

py -m pip install mcp
py -m pip install httpx

3. update your path to sysmlv2_mcp_server.py in claude_desktop_config.json

4. Connect to you TWC admin console http: https://your server address:8443/admin/my-account and generate token and add it to claude_desktop_config.json

Downloads: 

SysML v2 REST API MCP for TWC

MCP Config file for Claude Desktop:

 

Lets collaborate on updates and have this the best of the best MCP!