a toolkit to host mcp servers from LabVIEW.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"labview-mcp-server-t": {
"command": "npx",
"args": [
"-y",
"JanGoebel/LabVIEW-MCP-Server-Toolkit"
]
}
}
}
Run in terminal:
claude mcp add labview-mcp-server-t npx -y JanGoebel/LabVIEW-MCP-Server-Toolkit
Add to .cursor/mcp.json:
{
"mcpServers": {
"labview-mcp-server-t": {
"command": "npx",
"args": [
"-y",
"JanGoebel/LabVIEW-MCP-Server-Toolkit"
]
}
}
}