Skip to content
@windsor-ai

Windsor.ai

Connect 350+ marketing, analytics & CRM data sources to Claude, ChatGPT, BI tools and your data warehouse. No code.

Connect AI assistants and your own code to 350+ business data sources — ads, analytics, CRM, e-commerce, finance — through one MCP server and API.

Quick Start

Connect your AI 🔌

{ "mcpServers": { "windsor": { "url": "https://mcp.windsor.ai/" } } }

Build in code 💻

pip install pywindsorai   # Python — or install.packages("windsoraiR") on CRAN
from pywindsorai.client import Client

client = Client(api_key)  # API key from onboard.windsor.ai
rows = client.connectors(date_preset="last_7d", fields=["date", "source", "campaign", "clicks", "spend"])

Every connected source comes back as plain rows with the fields you asked for:

[
    {"date": "2026-08-10", "source": "google_ads", "campaign": "brand_search",   "clicks": 152, "spend": 84.31},
    {"date": "2026-08-10", "source": "facebook",   "campaign": "retargeting_eu", "clicks": 98,  "spend": 45.02},
    {"date": "2026-08-10", "source": "tiktok",     "campaign": "summer_promo",   "clicks": 61,  "spend": 22.40},
]

Or call the Connectors API over plain HTTP from any language. You'll need an API key, which you can get at onboard.windsor.ai.

Primitives

  • Windsor MCP — one hosted MCP server connecting Claude, ChatGPT, Cursor and any MCP client to 350+ sources, with write actions (pause campaigns, adjust budgets) on supported ad platforms.
  • Connectors API — unified REST API over every source; OAuth or API key.
  • dbt packages — dbt models that turn synced data into analytics-ready warehouse tables.
  • Destinations — BigQuery, Snowflake, Redshift, Looker Studio, Power BI, Tableau, Sheets and more.

Resources

Pinned Loading

  1. windsor_mcp windsor_mcp Public

    Hosted MCP server connecting Claude, ChatGPT, Cursor & any MCP client to 350+ business data sources via Windsor.ai

    4 2

  2. claude-windsor-ai-plugin claude-windsor-ai-plugin Public

    Windsor.ai plugin for Claude Code — query marketing, CRM & analytics data from 350+ sources in your terminal.

  3. windsor-ai-cursor-plugin windsor-ai-cursor-plugin Public

    Cursor plugin for querying marketing and business data from 350+ sources with Windsor.ai

  4. pywindsorai pywindsorai Public

    Python client for the Windsor.ai API — fetch marketing data from Google Ads, Facebook Ads, TikTok and 350+ sources.

    Python 21 7

  5. dbt-facebook-big_query dbt-facebook-big_query Public

    Production-ready dbt package transforming Windsor.ai Facebook Ads data into analytics-ready BigQuery tables.

    5 2

  6. dbt-bigquery-package-for-salesforce dbt-bigquery-package-for-salesforce Public

    Production-ready dbt package turning Windsor.ai Salesforce funnel data into analytics-ready BigQuery tables.

    1 1

Repositories

Showing 10 of 31 repositories

Top languages

Loading…

Most used topics

Loading…