Odel
Stata MCP Server

Stata MCP Server

Local
@aliveranmePythonMITUpdated 1w ago

通过 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).

npm@aliveranme/stata-mcpv1.0.10

Run

npx -y @aliveranme/stata-mcp

MCP client config

{
  "mcpServers": {
    "stata-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@aliveranme/stata-mcp"
      ]
    }
  }
}