databasesanalytics-data

Windsor

by windsor-ai

Explore and extract insights with Windsor using integrated data for powerful analytics and data analysis solutions.

Interpret, explore, and extract insights from the data you’ve already integrated with Windsor.ai.

github stars

2

325+ platform integrationsZero SQL requiredReal-time data access

best for

  • / Performance marketers analyzing campaign data
  • / Business analysts exploring multi-platform metrics
  • / Teams needing SQL-free access to integrated data

capabilities

  • / Query data from 325+ platforms like Facebook Ads, Google Analytics, HubSpot
  • / List available connectors and their data fields
  • / Retrieve real-time marketing performance data
  • / Extract insights from integrated business data sources
  • / Get connector configuration options

what it does

Connects your LLM to Windsor.ai data sources, letting you query marketing and business data from 325+ platforms using natural language instead of SQL.

about

Windsor is an official MCP server published by windsor-ai that provides AI assistants with tools and capabilities via the Model Context Protocol. Explore and extract insights with Windsor using integrated data for powerful analytics and data analysis solutions. It is categorized under databases, analytics data. This server exposes 4 tools that AI clients can invoke during conversations and coding sessions.

how to install

You can install Windsor in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server supports remote connections over HTTP, so no local installation is required.

license

MIT

Windsor is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.

readme

Windsor MCP Server

Windsor MCP (Model Context Protocol) enables your LLM to query, explore, and analyze your full-stack business data integrated into Windsor.ai with zero SQL writing or custom scripting.
It connects seamlessly to 325+ platforms, giving AI-native tools such as Claude, Perplexity, Cursor, or others, real-time access to your performance marketing, sales, and customer data to help you unlock valuable insights.


🌟 Features

Natural language access to business data

Windsor MCP is a natural language interface that connects your integrated Windsor.ai datasets with the LLM platform, enabling you to better understand your data by asking questions like:

  • “What campaigns had the best ROAS last month?”
  • “Give me a breakdown of spend by channel over the past 90 days.”
  • “What campaigns are wasting our advertising budget?”

All in real-time, directly inside your LLM chat interface.

Out-of-the-box integration with 325+ sources

Sync data from Facebook Ads, GA4, HubSpot, Salesforce, Shopify, TikTok Ads, and more via native Windsor.ai connectors.

Zero-code setup

Windsor MCP works via the Claude Desktop or with a lightweight dev proxy. No custom integrations required.

Open standard compatibility

Built on Anthropic’s open MCP spec, it’s compatible with Claude, Perplexity, Cursor, and more.

Real-time Analytics without SQL

Get instant breakdowns, summaries, and performance insights from your integrated data.


🎯 How It Works

You connect Windsor MCP to your preferred LLM as an external connector using the MCP protocol. The LLM can then issue real-time data queries and receive structured results, all within the chat interface.

Example prompts:

  • What was total ad spend by channel last month?
  • Break down ROAS for Meta vs Google Ads for Q2
  • Are there any campaigns overspending vs target ROAS?

🚀 Getting Started

View our official documentation

https://windsor.ai/introducing-windsor-mcp/


Option 1: Claude Desktop (Recommended)

Prerequisites:

  • Claude Pro or higher-tier Claude Desktop plan
  • Your Windsor API key

Steps:

  1. Go to Claude settings → Connectors → Add custom connector
  2. Use one of the following URLs for Windsor MCP:
    • https://mcp.windsor.ai
    • https://mcp.windsor.ai/sse
  3. Open a new chat and start with:
<pre> My Windsor.ai API key is {your-key}. {Your question here} </pre>
  1. Accept connector permissions and start querying your data!

Option 2: Developer Proxy Setup

For users on lower-tier Claude plans or requiring custom setups for advanced flexibility.

Prerequisites:

  • Claude Desktop with dev mode enabled

Installation steps:

  1. Inatall mcp-proxy and copy its path.
<pre> uv tool install mcp-proxy which mcp-proxy # Copy full path </pre>
  1. Configure Claude Desktop: Open Settings → Developer → Edit Config and add:
<pre> { "mcpServers": { "windsor": { "command": "/Users/{your-username}/.local/bin/mcp-proxy", "args": ["https://mcp.windsor.ai/sse"] } } } </pre>

💡 Replace <your-username> with your system username.

  1. Fully quit and reopen Claude. You should now see “windsor” listed in your MCP options.

Option 3: Windsor MCP with Cursor

Prerequisites:

  • Cursor Desktop installed
  • Your Windsor API key

Installation steps:

  1. Install mcp-proxy
<pre> uv tool install mcp-proxy which mcp-proxy # Copy full path </pre>
  1. Open settings in Cursor Desktop. Select Tool & Integrations > New MCP Server.

  2. The mcp.json file will open. Paste the following script into it:

<pre> { "mcpServers": { "windsor": { "command": "/Users/{your-username}/.local/bin/mcp-proxy", "args": ["https://mcp.windsor.ai/sse"] } } } </pre>
  1. Windsor MCP will now become active in Cursor. It will ask for Windsor’s API Key in a prompt; just paste it, and you are good to go with any questions related to your data.

Option 4: Windsor MCP with Gemini CLI

Installation steps:

  1. Install mcp-proxy
<pre> uv tool install mcp-proxy which mcp-proxy # Copy full path </pre>
  1. Install Gemini CLI Use Node.js to globally install the Gemini CLI (make sure you have Node.js 18 or later installed).
<pre> npm install -g @google/gemini-cli </pre>
  1. Configure Gemini to use Windsor MCP Navigate to the Gemini config directory:
<pre> cd ~/.gemini </pre>

If the .gemini directory doesn’t exist yet, run gemini once to generate it. Open the settings.json file:

<pre> nano settings.json </pre>

Add the following configuration inside the JSON object:

<pre> { "mcpServers": { "windsor": { "command": "/Users/{your-username}/.local/bin/mcp-proxy", "args": ["https://mcp.windsor.ai/sse"] } } } </pre>

Note: Make sure the overall file remains valid JSON (no trailing commas or syntax errors).

  1. Start Gemini with Windsor MCP Now, simply run Gemini:
<pre> gemini </pre>

You’ll be asked for your Windsor API key — paste it in to authenticate. You’re all set now!


❓ FAQs

Is Windsor MCP free to use?

Yes, it's available during our beta phase. You’ll need a Windsor.ai account with integrated data and API key access. But keep in mind that Claude Desktop allows you to add external connectors only on the paid plans.

What agents does it work with?

Any AI agent compatible with MCP, including Claude Desktop, Perplexity, Cursor, and custom tools.

What can I ask Windsor MCP?

Marketing performance, sales pipelines, spend summaries, ROAS trends, campaign anomalies, and more. If it’s in your Windsor.ai data, you can ask it.

Do I need to write SQL or set up dashboards?

No. Just ask your questions in plain English and get structured responses in real-time.


🧪 Beta Status

Windsor MCP is currently in beta. All features are fully functional, but you may encounter occasional quirks. We're actively improving performance, authentication, compatibility, and feature coverage.

🧠 Try It Now

Start querying your business data via Windsor MCP. <br/> 👉 Get your API Key <br/> 👉 Watch the demo <br/> <br/> For support or feedback, contact us at support@windsor.ai.

FAQ

What is the Windsor MCP server?
Windsor is a Model Context Protocol (MCP) server profile on explainx.ai. MCP lets AI hosts (e.g. Claude Desktop, Cursor) call tools and resources through a standard interface; this page summarizes categories, install hints, and community ratings.
How do MCP servers relate to agent skills?
Skills are reusable instruction packages (often SKILL.md); MCP servers expose live capabilities. Teams frequently combine both—skills for workflows, MCP for APIs and data. See explainx.ai/skills and explainx.ai/mcp-servers for parallel directories.
How are reviews shown for Windsor?
This profile displays 10 aggregated ratings (sample rows for discoverability plus signed-in user reviews). Average score is about 4.5 out of 5—verify behavior in your own environment before production use.
MCP server reviews

Ratings

4.510 reviews
  • Shikha Mishra· Oct 10, 2024

    Windsor is among the better-indexed MCP projects we tried; the explainx.ai summary tracks the official description.

  • Piyush G· Sep 9, 2024

    We evaluated Windsor against two servers with overlapping tools; this profile had the clearer scope statement.

  • Chaitanya Patil· Aug 8, 2024

    Useful MCP listing: Windsor is the kind of server we cite when onboarding engineers to host + tool permissions.

  • Sakshi Patil· Jul 7, 2024

    Windsor reduced integration guesswork — categories and install configs on the listing matched the upstream repo.

  • Ganesh Mohane· Jun 6, 2024

    I recommend Windsor for teams standardizing on MCP; the explainx.ai page compares cleanly with sibling servers.

  • Oshnikdeep· May 5, 2024

    Strong directory entry: Windsor surfaces stars and publisher context so we could sanity-check maintenance before adopting.

  • Dhruvi Jain· Apr 4, 2024

    Windsor has been reliable for tool-calling workflows; the MCP profile page is a good permalink for internal docs.

  • Rahul Santra· Mar 3, 2024

    According to our notes, Windsor benefits from clear Model Context Protocol framing — fewer ambiguous “AI plugin” claims.

  • Pratham Ware· Feb 2, 2024

    We wired Windsor into a staging workspace; the listing’s GitHub and npm pointers saved time versus hunting across READMEs.

  • Yash Thakker· Jan 1, 2024

    Windsor is a well-scoped MCP server in the explainx.ai directory — install snippets and categories matched our Claude Code setup.