Integration

Time series forecasting inside Claude

Connect TSFM.ai to Claude through MCP and get access to production forecasting models directly in your conversations. Ask Claude to forecast, compare models, or set up recurring schedules.

MCP integrationConversational forecastingModel comparison in chat
Claude Desktopclaude_desktop_config.json
{
  "mcpServers": {
    "tsfm": {
      "command": "npx",
      "args": ["-y", "@tsfm/mcp-server"],
      "env": {
        "TSFM_API_KEY": "your-api-key"
      }
    }
  }
}

Add this to your Claude Desktop config to enable forecasting tools.

Setup

One config block and an API key

Tools

Forecast, model listing, and scheduling — all in chat

Models

Access the full TSFM.ai model catalog from Claude

What you can do with Claude + TSFM.ai

Conversational forecasting

Paste a time series into Claude and ask for a forecast. Claude calls the TSFM.ai API, gets results, and explains the predictions in context.

Model comparison

Ask Claude to run the same series through multiple models and compare accuracy, latency, and prediction intervals. Get a recommendation with reasoning.

Scheduled forecasts

Set up recurring forecast jobs through Claude. The MCP server exposes schedule creation and management tools.

View schedule docs

Get started

  1. 1

    Get a TSFM.ai API key

    Sign up for a free account and generate an API key from your dashboard.

  2. 2

    Add the MCP server to Claude

    Copy the config block into your Claude Desktop settings. Claude will discover the forecasting tools automatically.

  3. 3

    Ask Claude to forecast

    Paste your time series data and ask Claude to forecast it. Claude will select a model, call the API, and present the results.

Frequently Asked Questions

Add forecasting to Claude

One config block, one API key. Start forecasting from inside your Claude conversations.