From mcp-stata
Installs, configures, updates, or verifies mcp-stata Stata toolkit across Claude Code, Codex, Gemini CLI, Cursor, Windsurf, and VS Code for setup and troubleshooting.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mcp-stata:stata-setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the shared installer and verification flow instead of hand-writing per-agent config unless the user explicitly asks for manual steps.
Use the shared installer and verification flow instead of hand-writing per-agent config unless the user explicitly asks for manual steps.
Project-shared install:
bash plugin/install.sh --scope project
Personal install:
bash plugin/install.sh --scope user
Specific agent:
bash plugin/install.sh --agent codex
Pin a version if a lab wants to:
bash plugin/install.sh --version 2.5.1
Offline/local source:
bash plugin/install.sh --local-source /path/to/mcp-stata
Live verification:
bash plugin/install.sh --verify
mcp-stataplugin/gemini-extension.json~/.agents/skills/mcp-stata symlinks for compatible agentsWhen the user asks whether setup is complete, verify more than “the file exists”:
uv / uvx availabilityreghdfe and gtoolsIf live verification is not possible on the current machine, state exactly what remains unverified.
STATA_PATH.--scope user.npx claudepluginhub tmonk/mcp-stata --plugin mcp-stataDiagnoses local Stata, MCP, package, startup, graph-export, and permissions issues. Use when setup fails, Stata undetected, packages missing, logs truncated, or managed machines differ.
Runs Stata do-files, queries data structure, installs ado packages, reads .smcl/.log files, and looks up command documentation via the MCP-for-Stata server.
Provides Stata reference for .do files, data management, econometrics, causal inference, graphics, Mata programming, and packages like reghdfe, estout, did, rdrobust. Aids writing, debugging, explaining code.