🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

autots-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

autots-mcp

Convenience package to install AutoTS with MCP dependencies

pipPyPI
Version
1.0.2
Weekly downloads
62
106.67%
Maintainers
1
Weekly downloads
 

autots-mcp

Convenience package to install AutoTS with MCP (Model Context Protocol) dependencies.

Installation

pip install autots-mcp

Usage

After installation, you can use AutoTS with MCP support:

from autots import AutoTS

# Use AutoTS as normal
model = AutoTS()

The MCP server can be invoked via:

autots-mcp

About

This is a convenience wrapper package that has no code of its own. It simply declares autots[mcp] as a dependency to make installation easier in environments where optional dependency paths are not easy or not allowed.

For full AutoTS documentation, visit: https://github.com/winedarksea/AutoTS

MCP Server

{
  "mcpServers": {
    "autots": {
      "command": "autots-mcp"
    }
  }
}

mcp-name: io.github.winedarksea/AutoTS

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts