Cursor supports MCP servers natively through its Agent mode. When you add an MCP server, Cursor Agent can call those tools during conversations. Ask it to check your database, query an API, or pull metrics from a dashboard without leaving the editor.
MCP tools appear alongside Cursor's built-in tools (file editing, terminal, web search). The agent decides when to call them based on your request.
Cursor reads MCP configuration from .cursor/mcp.json in your project root. Create the file:
{
"mcpServers": {
"your-tool": {
"url": "https://datafaucet.dev/api/mcp/YOUR_SERVER_ID/sse"
}
}
}Replace YOUR_SERVER_ID with your DataFaucet server ID (visible on your dashboard after creating a server).
After saving .cursor/mcp.json, restart Cursor or reload the window. The MCP connection initializes on startup.
To verify: open Cursor Settings > MCP. Your server should appear with a green status indicator. If it shows red, check the URL and ensure your server is deployed.
Switch to Agent mode (not Ask mode) in Cursor's chat panel. Agent mode is required for MCP tool calling.
Try a prompt that requires your tool:
Cursor Agent will identify the relevant MCP tool, call it, and incorporate the result into its response.
Add more servers to the same config file:
{
"mcpServers": {
"database": {
"url": "https://datafaucet.dev/api/mcp/SERVER_1/sse"
},
"monitoring": {
"url": "https://datafaucet.dev/api/mcp/SERVER_2/sse"
},
"project-management": {
"url": "https://datafaucet.dev/api/mcp/SERVER_3/sse"
}
}
}Each server name becomes the tool namespace. Cursor Agent sees all available tools and picks the right one based on context.
Cursor supports two transport types:
DataFaucet servers are always SSE. No local process to manage, no Docker to run, no dependencies to install.
Server shows "disconnected" in settings:
Check that the URL is correct and the server is deployed. Visit the SSE URL in a browser. You should see an event stream connection.
Tools not appearing in Agent mode:
Make sure you're in Agent mode, not Ask mode. Ask mode doesn't call MCP tools.
"Tool call failed" errors:
Check your server's auth configuration on the DataFaucet dashboard. If the target API requires fresh credentials, you may need to re-record the server.
If you don't have an MCP server yet:
.cursor/mcp.json.The entire flow takes under two minutes. Your Cursor Agent gets typed tools with pre-configured auth and structured responses.
Commit .cursor/mcp.json to your repo so the whole team gets the same MCP tools. Each developer can also add personal servers in their global Cursor config at ~/.cursor/mcp.json.
Project-level config takes precedence for servers with the same name.
Create your Cursor MCP server in 60 seconds.
Try with Cursor →{
"mcpServers": {
"cursor": {
"url": "https://datafaucet.dev/api/mcp/YOUR_SERVER_ID/sse"
}
}
}Replace YOUR_SERVER_ID with the ID from your DataFaucet dashboard after creating your Cursor server.
Point DataFaucet at Cursor and get a working server in 60 seconds.
Create Cursor server free →After creating, add to Claude Desktop:
"cursor": {
"url": "https://datafaucet.dev/api/mcp/YOUR_ID/sse"
}Free plan includes 3 servers. Upgrade to Pro for unlimited →
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.
Top MCP servers for security teams: vulnerability scanners, SIEM dashboards, secrets management, compliance tools, and incident response via AI.
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.