Claude Desktop supports MCP natively. You add servers to a JSON config file and Claude discovers the tools automatically.
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.jsonIf the file doesn't exist, create it with an empty JSON object:
{}Go to DataFaucet and paste any URL (e.g., your Jira instance, Notion workspace, or internal dashboard). Browse the app for 30 seconds while DataFaucet captures the API calls. Click Deploy.
You'll get an SSE endpoint like:
https://datafaucet.dev/api/mcp/abc123/sseOpen claude_desktop_config.json and add your server under the mcpServers key:
{
"mcpServers": {
"my-jira": {
"url": "https://datafaucet.dev/api/mcp/abc123/sse"
}
}
}You can add multiple servers:
{
"mcpServers": {
"jira": {
"url": "https://datafaucet.dev/api/mcp/abc123/sse"
},
"notion": {
"url": "https://datafaucet.dev/api/mcp/def456/sse"
},
"datadog": {
"url": "https://datafaucet.dev/api/mcp/ghi789/sse"
}
}
}Close and reopen Claude Desktop. It reads the config on startup.
Open a new conversation and look for the tools icon (hammer) in the input area. Click it to see available tools from your MCP servers. You can also ask Claude "what tools do you have access to?" and it will list them.
Tools not appearing:
Connection errors:
Claude Desktop supports both:
| Type | Config | When to use |
|---|---|---|
| Hosted (SSE) | "url": "https://..." | DataFaucet servers, remote endpoints |
| Local (stdio) | "command": "node", "args": ["server.js"] | Self-built servers running locally |
DataFaucet servers are hosted SSE endpoints. No local process to manage, no Docker to run.
Most teams start with these three:
Each takes 60 seconds to create on DataFaucet's free tier (3 servers included).
---
*DataFaucet creates MCP servers from any web application. No code, no Docker, no CLI tools. Create your first server free and connect it to Claude Desktop in under 2 minutes.*
Related reading:
Create your Claude Desktop MCP server in 60 seconds.
Try with Claude Desktop →{
"mcpServers": {
"claude-desktop": {
"url": "https://datafaucet.dev/api/mcp/YOUR_SERVER_ID/sse"
}
}
}Replace YOUR_SERVER_ID with the ID from your DataFaucet dashboard after creating your Claude Desktop server.
Point DataFaucet at Claude Desktop and get a working server in 60 seconds.
Create Claude Desktop server free →After creating, add to Claude Desktop:
"claude-desktop": {
"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.