mcpbeat Sign in

AutoTS MCP Server

by winedarksea Your server? Claim it
local only

AutoTS runs on your own machine — the client starts it, so there is no endpoint to ping. 89 installs a week from pypi. Last commit 20 Aug 2026.

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

Installs per day peak 26 · avg 13 · +9% w/w
a month agotoday
89
Installs / week
pypi · autots-mcp
1428
Stars
24 open issues
20 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

                new_obj = pickle.load(open(filename, "rb"))
    filepath = os.path.join(temp_dir, filename)
Builds a database query by concatenation autots/tools/kalman.py:208, autots/models/ensemble.py:426
            x_update = x_pred + K_k @ (z_k - y_k)
Executes code built at runtime autots/tools/mocks.py:30
    def eval(self):
Long encoded blob in source pwa/smoke/pyodide_smoke.html:58
        const xlsxBase64 = "UEsDBBQAAAAIAIJ+yVxuYbgN/gAAAC0CAAATAAAAW0NvbnRlbnRfVHlwZXNdLnhtbK2RzU7DMBCEX8XytYqdckAIJe2BnyNwKA+w2JvEiv/kdUv69jhp4YAKXDit7JnZb2Q328lZdsBEJviWr0XNGXoVtPF9y193j9UNZ5TBa7DBY8uPSHy7aXbHiMRK1lPLh5zjrZSkBnRAIkT0RelCcpDLMfUyghqhR3lV19dSBZ/R5yrPO/imuccO9jaz…

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add AutoTS -- uvx autots-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "AutoTS": {
      "args": [
        "autots-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.AutoTS]
command = "uvx"
args = ["autots-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "AutoTS": {
      "args": [
        "autots-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "AutoTS": {
      "args": [
        "autots-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to AutoTS

same job, measured the same way
Luviner
by filippogroppi

13 neural engines for time-series anomaly detection, classification, and root cause analysis.

answering
Project Management AI Analysis
by antnewman

AI-powered project analysis with risk identification, forecasting, and mitigation generation

local only
SateAIs
by spcsft

Satellite SAR analysis: ship, oil slick, building change, and time-series change detection

answering
Predictalot
by psyb0t

Self-hosted MCP server for time-series forecasting and tabular ML via foundation models.

local only
Stompy – AI Memory for Claude & MCP Agents
by stompy

Persistent AI memory with semantic search, conflict detection, and ticketing.

answering
MCP Sift
by codespar

MCP server for Sift — global ML fraud detection: real-time risk scoring, decisions, event ingestion

31 installs/wk local only
I
Ninjaone
by lungshot

MCP server for NinjaONE RMM with device management, monitoring, and automation

local only
Nanostores MCP
by valyay

Debug and analyze Nanostores apps with AI: scan stores, monitor runtime events, and search docs.

28 installs/wk local only

AutoTS — questions

Answers built from our own checks of this server.

Why is there no uptime for AutoTS?
AutoTS runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package autots-mcp was installed 89 times last week.
How do I connect AutoTS?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls autots-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use AutoTS?
The pypi package autots-mcp was installed 89 times in the last week. Week over week that is +9%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is AutoTS open source?
Yes — it is published under the MIT licence, written in Python, 1 428 stars on GitHub and 24 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.