Windsor MCP
Windsor MCP enables real-time, zero-code querying of business data via natural language. It integrates 325+ platforms for instant marketing and sales insights inside your LLM chat.
How to Install and Use Windsor MCP
Windsor MCP is a tool that lets your large language model (LLM) access your full business data without needing SQL or coding. Here’s an easy guide to installing and using Windsor MCP with simple steps and examples.
Option 1: Using Windsor MCP with Claude Desktop (Recommended)
If you use Claude Desktop with a Pro or higher plan, this is the easiest way to get started.
First, make sure you have a Claude Pro plan and your Windsor API key ready. Then, follow these steps:
- Open Claude Desktop and go to Settings → Connectors → Add custom connector.
- Enter one of these URLs for Windsor MCP:
orhttps://mcp.windsor.aihttps://mcp.windsor.ai/sse - Start a new chat in Claude, and type:
ReplaceMy Windsor.ai API key is {your-key}. {Your question here}{your-key}with your actual API key and ask your business questions. - Accept any connector permissions that appear, and then start querying your integrated data.
Option 2: Setup with Developer Proxy for Advanced Users
For those needing more control or on lower Claude plans, this option uses a developer proxy.
You’ll first install the MCP proxy tool using:
uv tool install mcp-proxy
Then, get the full path of the installed proxy by running:
which mcp-proxy
Next, open Claude Desktop Settings, go to Developer → Edit Config, and add this JSON snippet:
{
"mcpServers": {
"windsor": {
"command": "/Users/{your-username}/.local/bin/mcp-proxy",
"args": ["https://mcp.windsor.ai/sse"]
}
}
}
Make sure to replace "/Users/{your-username}/.local/bin/mcp-proxy" with the path you copied and use your system username. After saving, fully quit and reopen Claude. You will see “windsor” available in your MCP options.
Option 3: Using Windsor MCP with Cursor Desktop
If you have Cursor Desktop, here’s how you can add Windsor MCP:
First, install the MCP proxy just like in option 2:
uv tool install mcp-proxy
Find the full path:
which mcp-proxy
Open Cursor Desktop, go to Tool & Integrations → New MCP Server. A file named mcp.json will open. Paste this configuration there:
{
"mcpServers": {
"windsor": {
"command": "/Users/{your-username}/.local/bin/mcp-proxy",
"args": ["https://mcp.windsor.ai/sse"]
}
}
}
Save the file after replacing the path. When you use Windsor MCP in Cursor, it will ask for your API key. Just paste it and start asking your data questions.
Quick Example Prompts for Windsor MCP
Once set up, you can ask simple questions like:
- “What was total ad spend by channel last month?”
- “Break down ROAS for Meta vs Google Ads for Q2.”
- “Are there any campaigns overspending versus target ROAS?”
Windsor MCP will give you real-time insights without writing SQL.
With Windsor MCP, you can easily connect your business data to popular AI tools using a simple setup. Whether you use Claude, Cursor, or advanced developer proxies, this guide helps you quickly get started to unlock powerful marketing and sales insights in plain English.