Connects Claude to Stata for statistical analysis workflows. Since the source is minimal, this appears to be a straightforward bridge letting you execute Stata commands and retrieve results without leaving your conversation. You'd reach for this when doing data analysis or econometrics work where you want to iterate on statistical models conversationally rather than switching between your editor and Stata's interface. The stdio transport means it runs locally, so your datasets stay on your machine. Useful if you're already working in Stata and want to experiment with commands or debug do-files through natural language rather than the command line.
claude mcp add --transport stdio io.github.tmonk-mcp-stata -- uvx mcp-stata