Stata MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 919 installs a week from npm. Last commit 2 Aug 2026.
通过 pystata 驱动真实 Stata 的 MCP 服务器:数据加载/清洗/建模/诊断/图形导出,75 个工具覆盖完整计量工作流。
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add stata-mcp -- npx -y @aliveranme/stata-mcp
{
"mcpServers": {
"stata-mcp": {
"args": [
"-y",
"@aliveranme/stata-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.stata-mcp]
command = "npx"
args = ["-y", "@aliveranme/stata-mcp"]
{
"mcpServers": {
"stata-mcp": {
"args": [
"-y",
"@aliveranme/stata-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"stata-mcp": {
"args": [
"-y",
"@aliveranme/stata-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.