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
05-29-2026 01:38 AM - edited 05-29-2026 01:46 AM
I have released Beta_V0.0.2, which includes some minor changes. This version also features a Claude agent that helps with automatically linking sub-sequences when creating sequences from flowcharts.
=> Agent is not perfect, but guides you through the subsequence calls
=> Claude Agent is only included in the Source code!
https://github.com/Zuehlke/teststand-mcp/releases/tag/Beta_V0.0.2
06-03-2026 05:00 AM
I’m currently using the MCP for my own projects and everything is working as it should. Whenever I find something, I create a new release and optimise the code so that fewer tokens are used.
=> Tokens: the currency of the future!
https://github.com/Zuehlke/teststand-mcp
https://github.com/Zuehlke/teststand-mcp/tags
Best Claude
06-08-2026 03:49 AM
I’ve created a new version with lots of improvements. As far as I can tell, everything is stable and the MCP and Sequence Agent are working together as intended.
If anyone is already testing it, please update; as far as I’m concerned, this version is a release candidate.
https://github.com/Zuehlke/teststand-mcp/releases/tag/RC_V0.3.0
https://github.com/Zuehlke/teststand-mcp
Best
Claude