Windsor
Windsor MCP enables your LLM to query, explore, and analyze your full-stack business data integrated into Windsor.ai with zero SQL writing or custom scripting.
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:
- Go to Claude settings → Connectors → Add custom connector
- Use one of the following URLs for Windsor MCP:
https://mcp.windsor.aihttps://mcp.windsor.ai/sse
- Open a new chat and start with:
My Windsor.ai API key is {your-key}. {Your question here}
- 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:
- Inatall mcp-proxy and copy its path.
uv tool install mcp-proxy which mcp-proxy # Copy full path
- Configure Claude Desktop: Open Settings → Developer → Edit Config and add:
{
"mcpServers": {
"windsor": {
"command": "/Users/{your-username}/.local/bin/mcp-proxy",
"args": ["https://mcp.windsor.ai/sse"]
}
}
}
💡 Replace with your system username.
- 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:
- Install mcp-proxy
uv tool install mcp-proxy which mcp-proxy # Copy full path
-
Open settings in Cursor Desktop. Select Tool & Integrations > New MCP Server.
-
The mcp.json file will open. Paste the following script into it:
{
"mcpServers": {
"windsor": {
"command": "/Users/{your-username}/.local/bin/mcp-proxy",
"args": ["https://mcp.windsor.ai/sse"]
}
}
}
- 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:
- Install mcp-proxy
uv tool install mcp-proxy which mcp-proxy # Copy full path
- Install Gemini CLI Use Node.js to globally install the Gemini CLI (make sure you have Node.js 18 or later installed).
npm install -g @google/gemini-cli
- Configure Gemini to use Windsor MCP Navigate to the Gemini config directory:
cd ~/.gemini
If the .gemini directory doesn’t exist yet, run gemini once to generate it. Open the settings.json file:
nano settings.json
Add the following configuration inside the JSON object:
{
"mcpServers": {
"windsor": {
"command": "/Users/{your-username}/.local/bin/mcp-proxy",
"args": ["https://mcp.windsor.ai/sse"]
}
}
}
Note: Make sure the overall file remains valid JSON (no trailing commas or syntax errors).
- Start Gemini with Windsor MCP Now, simply run Gemini:
gemini
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.
👉 Get your API Key
👉 Watch the demo
For support or feedback, contact us at [email protected].
관련 서버
Scout Monitoring MCP
스폰서Put performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
스폰서Access financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Alchemy MCP Server
Interact with Alchemy's blockchain APIs to query data without writing code.
Prompt MCP Server for Amazon Q
An MCP server for the Amazon Q Developer CLI to manage local prompt files.
Tauri Development MCP Server
Build, test, and debug mobile and desktop apps with the Tauri framework faster with automated UI interaction, screenshots, DOM state, and console logs from your app under development.
Onyx MCP Server
Search and query Onyx programming language documentation and GitHub code examples.
Headless IDA MCP Server
Analyze binary files and manage functions and variables using IDA Pro's headless mode.
Figma
Interact with Figma files to view, comment on, and analyze designs.
Remote MCP Server on Cloudflare
A remote MCP server deployable on Cloudflare Workers with OAuth login support and local development capabilities.
AI Studio MCP Server
Integrates with Google AI Studio/Gemini API for PDF to Markdown conversion and content generation.
Authless Remote MCP Server
A remote MCP server without authentication, designed for easy deployment on Cloudflare Workers.
agentskill.sh
Search, discover, and install 55k+ AI agent skills for Claude Code, Cursor, Copilot, Windsurf, and more.