mcpbeat Sign in

NVEIL MCP Server

local only

NVEIL runs on your own machine — the client starts it, so there is no endpoint to ping. 100 installs a week from pypi. Last commit 5 Jun 2026.

Data processing and visualization toolkit — 50+ chart types, raw data stays local.

Installs per day peak 32 · avg 12 · +9% w/w
a month agotoday
100
Installs / week
pypi · nveil
3
Stars
0 open issues
5 Jun 2026
Last commit
0 releases in 90 days
AGPL-3.0
License
Python

What the code does

We read the source, 4 min ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add nveil -- uvx nveil
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "nveil": {
      "args": [
        "nveil"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.nveil]
command = "uvx"
args = ["nveil"]
.cursor/mcp.json
{
  "mcpServers": {
    "nveil": {
      "args": [
        "nveil"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "nveil": {
      "args": [
        "nveil"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: NVEIL_API_KEY (NVEIL planning service API key. Obtain at https://nveil.com.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to NVEIL

same job, measured the same way
Sheets
by theluckystrike

Read, filter and edit spreadsheet data - xlsx and csv - from your AI chat. Local processing.

local only
Timer Tracking
by theluckystrike

Timer and time-tracking add-on: start/stop timers, log entries, CSV export. Data stays local.

local only
Plots MCP
by mr901

MCP server for data visualization with Mermaid charts.

124 installs/wk local only
MCP Plots
by mr901

MCP server for data visualization with Mermaid charts.

local only
I
MCP Utils
by followtz

Data processing tools: CSV, cleaning, stats, image, report, save, shell

local only
Spec Score MCP
by openpoem

Score your specs before feeding them to an LLM. MCP server with radar chart visualization.

local only
Chart Canvas
by gluip

Create interactive visualizations and query data sources (SQLite, CSV, Parquet, JSON)

41 installs/wk local only
Charts by Szum
by szum

Create, inspect, manage, and render charts and data visualizations as SVG/PNG or interactive embeds.

13 tools answering

NVEIL — questions

Answers built from our own checks of this server.

Why is there no uptime for NVEIL?
NVEIL runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package nveil was installed 100 times last week.
How do I connect NVEIL?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls nveil straight from pypi; nothing to host, nothing to sign up for.
How many people use NVEIL?
The pypi package nveil was installed 100 times in the last week. Week over week that is +9%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is NVEIL open source?
Yes — it is published under the AGPL-3.0 licence, written in Python and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.