Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

NVEIL in other clients