NVEIL for Cursor
io.github.nveil-ai/nveil
Data processing and visualization toolkit — 50+ chart types, raw data stays local.
client:Cursor
transport:stdio
runtime:pypi
Install NVEIL in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"nveil": {
"type": "stdio",
"command": "uvx",
"args": [
"nveil"
],
"env": {
"NVEIL_API_KEY": "<NVEIL_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs