Skip to content
Grok

AutoTS for Grok

io.github.winedarksea/autots

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

client:Grok transport:stdio runtime:pypi

Install AutoTS in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

AutoTS in other clients