mcpbeat Sign in

Gretl MCP Server

by ondrejlapes Your server? Claim it
local only

Gretl MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 32 installs a week from npm. Last commit 16 May 2026.

Run Hansl/Gretl econometrics workflows via MCP with GUI launch and artifacts.

Installs per day peak 24 · avg 6 · +7% w/w
a month agotoday
32
Installs / week
npm · gretl-mcp
3
Stars
0 open issues
16 May 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 18 h 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.

  const child = spawn(command, args, {

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 gretl-mcp -- npx -y gretl-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gretl-mcp": {
      "args": [
        "-y",
        "gretl-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gretl-mcp]
command = "npx"
args = ["-y", "gretl-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "gretl-mcp": {
      "args": [
        "-y",
        "gretl-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gretl-mcp": {
      "args": [
        "-y",
        "gretl-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GRETL_CLI (Optional explicit path to gretlcli or gretlcli.exe.), GRETL_GUI (Optional explicit path to the visible Gretl GUI executable.), GRETLMCP_WORKSPACE_DIR (Optional parent directory for Gretl run workspaces and generated artifacts.), GRETLMCP_OPEN_GUI (Set to false to prevent script-running tools from opening visible Gretl GUI windows by default.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Gretl MCP

same job, measured the same way
CircleCI
by circleci

CircleCI's MCP server: inspect projects, runs, workflows, jobs, logs, tests, and artifacts.

22 tools answering
Circleci
by mcparmory

Manage CI/CD pipelines, workflows, and job metrics across projects

244 installs/wk local only
Spotify Trends MCP
by trendsmcp

Spotify podcast and artist trends over time, with growth metrics. Free key at trendsmcp.ai

4 tools answering
New Relic MCP
by karldane

New Relic MCP server with 55 tools for APM, alerts, dashboards, synthetics, workflows, and more.

local only
Steep
by steep

Query metrics, targets, entities, and team data in your Steep workspace via MCP.

answering
Tuning Engines - Governed AI Runtime
by cerebrixos-org

Govern model, agent, skill, and MCP workflows with policy, approvals, traces, and usage analytics.

local only
Withings Health Data
by akutishevsky

MCP server for Withings health data — sleep, activity, heart, and body metrics.

answering
Rootly
by mcparmory

Manage incident alerts, events, and workflows with custom automations

292 installs/wk local only

Gretl MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Gretl MCP?
Gretl MCP 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 npm package gretl-mcp was installed 32 times last week.
How do I connect Gretl MCP?
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 gretl-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Gretl MCP?
The npm package gretl-mcp was installed 32 times in the last week. Week over week that is +7%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Gretl MCP open source?
Yes — it is published under the MIT licence, written in JavaScript 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.