Loading MCP server directory, please wait...
通过 pystata 驱动真实 Stata 的 MCP 服务器:数据加载/清洗/建模/诊断/图形导出,75 个工具覆盖完整计量工作流。
npx @getmcp/cli add io.github.aliveranme/stata-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
STATA_HOMEStata 安装目录(含 utilities/pystata),如 /Applications/StataNow
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.aliveranme/stata-mcp": {
"command": "npx",
"args": [
"-y",
"@aliveranme/stata-mcp"
],
"env": {
"STATA_HOME": "",
"STATA_EDITION": "mp",
"STATA_ALLOWED_ROOTS": ""
}
}
}
}