prophet

GitHub

Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth.

20,350 stars Python 1 file ยท ~22,875 tokens #forecasting#python#r

prophet MCP Server

MCP server for facebook/prophet

Ready-to-Use Client Configurations
{
  "mcpServers": {
    "prophet": {
      "command": "npx",
      "args": [
        "-y",
        "@facebook/prophet"
      ]
    }
  }
}