Windsurf (by Codeium) supports MCP servers in Cascade, its AI assistant. Any SSE-based MCP server works out of the box, giving Cascade access to external tools, APIs, and data sources during conversations.
In Windsurf, open the command palette (Ctrl/Cmd + Shift + P) and search for "MCP" or navigate to:
Settings > Cascade > MCP Servers
Add your MCP server configuration:
{
"mcpServers": {
"my-tool": {
"serverUrl": "https://datafaucet.dev/api/mcp/YOUR_SERVER_ID/sse"
}
}
}Alternatively, create a .windsurf/mcp.json file in your project root for workspace-level config.
Open Cascade (Ctrl/Cmd + L) and check that your tools appear. You can ask:
What tools do you have access to?Cascade lists all available MCP tools with their descriptions and parameters.
Ask Cascade questions that require your connected tools:
Check our latest deployment status
Pull the open issues from our tracker
What were yesterday's revenue numbers?Cascade calls the appropriate tool automatically and returns results inline.
Connect several tools at once:
{
"mcpServers": {
"jira": {
"serverUrl": "https://datafaucet.dev/api/mcp/SERVER_1/sse"
},
"stripe": {
"serverUrl": "https://datafaucet.dev/api/mcp/SERVER_2/sse"
},
"analytics": {
"serverUrl": "https://datafaucet.dev/api/mcp/SERVER_3/sse"
}
}
}Both editors support MCP, but config format differs slightly:
| Windsurf | Cursor | |
|---|---|---|
| Config file | .windsurf/mcp.json | .cursor/mcp.json |
| URL key | serverUrl | url |
| Transport | SSE | SSE or stdio |
DataFaucet servers work with both since they expose standard SSE endpoints.
Tools not showing: Restart Windsurf after adding config. Check Output panel for MCP connection logs.
Auth errors: DataFaucet handles auth internally (captured during browser session). No additional tokens needed in config.
Slow responses: First tool call may take 1-2 seconds for cold start. Subsequent calls are faster.
Works with Cursor, Claude Desktop, GitHub Copilot, and every MCP client.
Create your Windsurf MCP server in 60 seconds.
Try with Windsurf →{
"mcpServers": {
"windsurf": {
"url": "https://datafaucet.dev/api/mcp/YOUR_SERVER_ID/sse"
}
}
}Replace YOUR_SERVER_ID with the ID from your DataFaucet dashboard after creating your Windsurf server.
Point DataFaucet at Windsurf and get a working server in 60 seconds.
Create Windsurf server free →After creating, add to Claude Desktop:
"windsurf": {
"url": "https://datafaucet.dev/api/mcp/YOUR_ID/sse"
}Free plan includes 3 servers. Upgrade to Pro for unlimited →
Step-by-step guide to connecting MCP servers in Windsurf IDE. Configure SSE endpoints, add tools, and give Windsurf's AI access to your APIs in under 5 minutes.
A startup connected Stripe, Linear, Slack, Vercel, and PostHog to AI via MCP. Standup prep went from 15 minutes to one prompt.
Step-by-step guide to debugging MCP server connections. Fix SSE timeouts, tool discovery failures, auth errors, and protocol mismatches.
See how DataFaucet compares
Point at any URL. Get a working MCP server in 60 seconds. No API docs needed.
Works with ChatGPT, Claude, Cursor, Copilot, Windsurf, JetBrains, and any MCP client
Get notified when we add more AI integrations
Join 500+ builders. New templates, guides, and MCP tips. No spam.