Skip to content
VS Code

DAQiFi for VS Code

io.github.daqifi/daqifi-mcp

Discover, configure and read DAQiFi Nyquist data-acquisition hardware from an AI agent

client:VS Code transport:stdio runtime:nuget

Install DAQiFi in VS Code

.vscode/mcp.json

{
  "servers": {
    "daqifi-mcp": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "Daqifi.Mcp",
        "--yes"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

DAQiFi in other clients