Skip to content
Cursor

AutoTS for Cursor

io.github.winedarksea/autots

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

client:Cursor transport:stdio runtime:pypi

Install AutoTS in Cursor

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

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

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

AutoTS in other clients