What is the Gretl MCP MCP server?
Run Hansl/Gretl econometrics workflows via MCP with GUI launch and artifacts.
How to install Gretl MCP
Copy-paste configuration for popular MCP clients.
GRETL_CLIOptional explicit path to gretlcli or gretlcli.exe.
GRETL_GUIOptional explicit path to the visible Gretl GUI executable.
GRETLMCP_WORKSPACE_DIROptional parent directory for Gretl run workspaces and generated artifacts.
GRETLMCP_OPEN_GUISet to false to prevent script-running tools from opening visible Gretl GUI windows by default.
{
"mcpServers": {
"gretl-mcp": {
"command": "npx",
"args": [
"-y",
"gretl-mcp"
],
"env": {
"GRETL_CLI": "<YOUR_GRETL_CLI>",
"GRETL_GUI": "<YOUR_GRETL_GUI>",
"GRETLMCP_WORKSPACE_DIR": "<YOUR_GRETLMCP_WORKSPACE_DIR>",
"GRETLMCP_OPEN_GUI": "<YOUR_GRETLMCP_OPEN_GUI>"
}
}
}
}{
"mcpServers": {
"gretl-mcp": {
"command": "npx",
"args": [
"-y",
"gretl-mcp"
],
"env": {
"GRETL_CLI": "<YOUR_GRETL_CLI>",
"GRETL_GUI": "<YOUR_GRETL_GUI>",
"GRETLMCP_WORKSPACE_DIR": "<YOUR_GRETLMCP_WORKSPACE_DIR>",
"GRETLMCP_OPEN_GUI": "<YOUR_GRETLMCP_OPEN_GUI>"
}
}
}
}{
"mcpServers": {
"gretl-mcp": {
"command": "npx",
"args": [
"-y",
"gretl-mcp"
],
"env": {
"GRETL_CLI": "<YOUR_GRETL_CLI>",
"GRETL_GUI": "<YOUR_GRETL_GUI>",
"GRETLMCP_WORKSPACE_DIR": "<YOUR_GRETLMCP_WORKSPACE_DIR>",
"GRETLMCP_OPEN_GUI": "<YOUR_GRETLMCP_OPEN_GUI>"
}
}
}
}{
"servers": {
"gretl-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gretl-mcp"
],
"env": {
"GRETL_CLI": "<YOUR_GRETL_CLI>",
"GRETL_GUI": "<YOUR_GRETL_GUI>",
"GRETLMCP_WORKSPACE_DIR": "<YOUR_GRETLMCP_WORKSPACE_DIR>",
"GRETLMCP_OPEN_GUI": "<YOUR_GRETLMCP_OPEN_GUI>"
}
}
}
}claude mcp add gretl-mcp --env GRETL_CLI=<YOUR_GRETL_CLI> --env GRETL_GUI=<YOUR_GRETL_GUI> --env GRETLMCP_WORKSPACE_DIR=<YOUR_GRETLMCP_WORKSPACE_DIR> --env GRETLMCP_OPEN_GUI=<YOUR_GRETLMCP_OPEN_GUI> -- npx -y gretl-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.