qnap for Cursor
io.github.marcelo-ochoa/qnap
MCP server for QNAP NAS API
client:Cursor
transport:stdio
runtime:npm
Install qnap in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"qnap": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@marcelo-ochoa/server-qnap"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs