MCP-Server-ibaAnalyzer

mrwan84/MCP-Server-ibaAnalyzer
★ 0 stars JavaScript 💻 Code/Dev Tools Updated 6d ago
A Model Context Protocol (MCP) server that wraps the [ibaAnalyzer](https://www.iba-ag.com/) command-line interface, so an LLM client (Claude Code, etc.) can drive measurement-data analysis end-to-end: open `.dat` files, run SQL queries, extract to CSV/Parquet/TDMS, generate PDF reports, and more.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-ibaanalyz": {
      "command": "npx",
      "args": [
        "-y",
        "mrwan84/MCP-Server-ibaAnalyzer"
      ]
    }
  }
}