‎05-21-2026
01:03 AM
- last edited on
‎05-22-2026
12:28 PM
by
markwni
I’m planning to release a TestStand MCP in the next days. It is almost fully functional, so the main features are already working. Is anyone interested in becoming a beta tester?
"mcpServers": {
"teststand": {
"command": "C:\\Projects\\TestStandMcp\\TestStandMCP.exe",
"args": []
}
},
Best
Claude
Btw.: NI should be able to implement this using the TestStand source code within a few days. I had to implement it using API calls that aren’t particularly well documented!
‎05-21-2026 02:50 AM
‎05-21-2026 04:30 AM
You can use it directly from the strongest AI tools available on the market (Anthropic Claude, GitHub Copilot ....). You can directly generate test sequences from flowcharts and so on... 🙂
‎05-21-2026 08:37 AM
For example you can Generate from a Picture or PlantUML or whatever Flowchart Sequences:
You can also generate Flowcharts from Sequences:
My MCP is almost complete. I'm currently working on the implementation style guide...
‎05-27-2026 05:03 AM
Hi, looks cool. I would be interested in checking out what it can do 🙂
‎05-27-2026 06:42 AM
I am currently preparing the code for an official release. I will share the link as soon as everything is ready.
‎05-28-2026 07:30 AM
Here is the first version of TestStand MCP Beta_V0.0.1:
https://github.com/Zuehlke/teststand-mcp
https://github.com/Zuehlke/teststand-mcp/tags
Best Claude