Skip to content
VS Code

stata mcp for VS Code

io.github.sepinetam/stata-mcp

Let LLM help you achieve your regression analysis with Stata

client:VS Code transport:stdio runtime:pypi

Install stata mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "stata-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "stata-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

stata mcp in other clients