MCP server
by windsor-ai
Explore and extract insights with Windsor using integrated data for powerful analytics and data analysis solutions.
Connects your LLM to Windsor.ai data sources, letting you query marketing and business data from 325+ platforms using natural language instead of SQL.
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.
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.
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.
Enable Claude to query your database directly using natural language
Example
Ask 'Show me top 10 customers by revenue this month' and get SQL results instantly
Eliminate manual SQL writing for ad-hoc queries, get insights 10x faster
Generate complex reports and analytics without leaving conversation
Example
Analyze sales trends, cohort retention, user behavior patterns conversationally
Democratize data access—non-technical team members can query databases
Understand database structure, relationships, and data models
Example
'Explain the user_orders table schema and its relationships'
Onboard engineers faster, explore unfamiliar databases efficiently
Share your MCP server with the developer community
According to our notes, Windsor benefits from clear Model Context Protocol framing — fewer ambiguous “AI plugin” claims.
We wired Windsor into a staging workspace; the listing’s GitHub and npm pointers saved time versus hunting across READMEs.
Windsor has been reliable for tool-calling workflows; the MCP profile page is a good permalink for internal docs.
Useful MCP listing: Windsor is the kind of server we cite when onboarding engineers to host + tool permissions.
Windsor reduced integration guesswork — categories and install configs on the listing matched the upstream repo.
Strong directory entry: Windsor surfaces stars and publisher context so we could sanity-check maintenance before adopting.
Windsor is among the better-indexed MCP projects we tried; the explainx.ai summary tracks the official description.
Windsor has been reliable for tool-calling workflows; the MCP profile page is a good permalink for internal docs.
Windsor is among the better-indexed MCP projects we tried; the explainx.ai summary tracks the official description.
According to our notes, Windsor benefits from clear Model Context Protocol framing — fewer ambiguous “AI plugin” claims.
showing 1-10 of 33
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.
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:
All in real-time, directly inside your LLM chat interface.
Sync data from Facebook Ads, GA4, HubSpot, Salesforce, Shopify, TikTok Ads, and more via native Windsor.ai connectors.
Windsor MCP works via the Claude Desktop or with a lightweight dev proxy. No custom integrations required.
Built on Anthropic’s open MCP spec, it’s compatible with Claude, Perplexity, Cursor, and more.
Get instant breakdowns, summaries, and performance insights from your integrated data.
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.
https://windsor.ai/introducing-windsor-mcp/
https://mcp.windsor.aihttps://mcp.windsor.ai/sseFor users on lower-tier Claude plans or requiring custom setups for advanced flexibility.
💡 Replace <your-username> with your system username.
Open settings in Cursor Desktop. Select Tool & Integrations > New MCP Server.
The mcp.json file will open. Paste the following script into it:
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).
You’ll be asked for your Windsor API key — paste it in to authenticate. You’re all set now!
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.
Any AI agent compatible with MCP, including Claude Desktop, Perplexity, Cursor, and custom tools.
Marketing performance, sales pipelines, spend summaries, ROAS trends, campaign anomalies, and more. If it’s in your Windsor.ai data, you can ask it.
No. Just ask your questions in plain English and get structured responses in real-time.
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.
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.
Run data quality queries to catch anomalies and inconsistencies
Example
Find duplicate records, missing values, orphaned foreign keys automatically
Maintain data integrity with less manual SQL work
Prerequisites
Time Estimate
15-30 minutes including configuration and testing
Steps
Troubleshooting
✓ Do
✗ Don't
💡 Pro Tips
Architecture
MCP server acts as bridge between Claude and database, translating natural language to SQL queries and returning results in structured format.
Protocols
Compatibility
✓ Use when
Use for ad-hoc data queries, exploratory analysis, report generation, schema exploration, and democratizing data access. Best for read-heavy analytics workloads.
✗ Avoid when
Avoid for production write operations, mission-critical transactions, real-time OLTP workloads, or when database contains sensitive PII without proper access controls. Use read replicas, not primary.