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
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