DAQiFi for Cursor
io.github.daqifi/daqifi-mcp
Discover, configure and read DAQiFi Nyquist data-acquisition hardware from an AI agent
client:Cursor
transport:stdio
runtime:nuget
Install DAQiFi in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"daqifi-mcp": {
"type": "stdio",
"command": "dnx",
"args": [
"Daqifi.Mcp",
"--yes"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs