tmonk/mcp-stata
A lightweight Model Context Protocol (MCP) server for Stata. Execute commands, inspect data, retrieve stored results (r()/e()), and view graphs in your chat interface. Built for economists who want to integrate LLM assistance into their Stata workflow.
Platform-specific configuration:
{
"mcpServers": {
"mcp-stata": {
"command": "npx",
"args": [
"-y",
"mcp-stata"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...