通过 pystata 驱动真实 Stata 的 MCP 服务器:数据加载/清洗/建模/诊断/图形导出,75 个工具覆盖完整计量工作流。
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @aliveranme/stata-mcp
MCP client config
{
"mcpServers": {
"stata-mcp-server": {
"command": "npx",
"args": [
"-y",
"@aliveranme/stata-mcp"
]
}
}
}