Skip to content
Cursor

stata mcp for Cursor

io.github.sepinetam/stata-mcp

Let LLM help you achieve your regression analysis with Stata

client:Cursor transport:stdio runtime:pypi

Install stata mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

stata mcp in other clients