Skip to content
VS Code

AutoTS for VS Code

io.github.winedarksea/autots

Automated time series forecasting with model search, anomaly detection, and event risk analysis

client:VS Code transport:stdio runtime:pypi

Install AutoTS in VS Code

.vscode/mcp.json

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

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

AutoTS in other clients