Connecting Claude Desktop to LinkDeal
Step-by-step guide to connecting Claude Desktop to LinkDeal via OAuth or API key.
Last updated: 17 August 2026
Claude Desktop is Anthropic's desktop app for Claude. It supports MCP with OAuth, allowing you to connect LinkDeal in seconds.
Option 1: Connect via OAuth (recommended)
OAuth is the fastest way to connect. No API key needed.
- In Claude Desktop, go to Settings > Connectors
- Click Add connector
- Enter LinkDeal as the name
- Enter
https://app.linkdeal.ai/api/mcpas the URL - Select OAuth from the Auth dropdown
- Click Connect
- Sign in with your LinkDeal account when prompted
You are done. All 18 MCP tools are now available.
Option 2: Connect via API key
Use this method if OAuth is not available or you prefer API key authentication.
Prerequisites
- Claude Desktop installed (download from anthropic.com)
- A LinkDeal account with an active subscription
- An API key from LinkDeal Settings
Step 1: Generate an API key
- Log in to LinkDeal
- Go to Settings in the navigation
- Scroll to API Keys
- Click Generate New Key
- Copy the key (starts with
ld_)
Keep this key secure. You will not be able to see it again.
Step 2: Open Claude Desktop config
Find your Claude Desktop configuration file:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
Windows:
%APPDATA%\Claude\claude_desktop_config.json
If the file does not exist, create it.
Step 3: Add the LinkDeal MCP server
Add this to your config file (JSON format):
{
"mcpServers": {
"linkdeal": {
"command": "npx",
"args": [
"mcp-remote",
"https://app.linkdeal.ai/api/mcp",
"--header",
"Authorization: Bearer YOUR_API_KEY"
]
}
}
}
Replace YOUR_API_KEY with your actual API key.
Step 4: Restart Claude Desktop
Quit and reopen Claude Desktop for the changes to take effect.
Step 5: Test the connection
In Claude Desktop, try a prompt like:
"How many LinkDeal credits do I have?"
If connected successfully, Claude will use the get_credits tool and tell you your balance.
Troubleshooting
"Tool not found" errors: Make sure you restarted Claude Desktop after editing the config.
Authentication errors: Verify your API key is correct and not expired. For OAuth, try disconnecting and reconnecting.
Config file issues: Ensure the JSON is valid (no trailing commas, proper brackets).
Example prompts
Once connected, try:
- "Find people who reacted to HubSpot posts this week"
- "Search for VPs of Sales at fintech companies in the UK"
- "Enrich the lead with email john.smith@acme.com"
- "Send the last 5 leads to Slack"
Frequently asked questions
Related articles
Connecting to LinkDeal via OAuth
Connect your AI agent to LinkDeal using OAuth. No API key needed. Works with Claude, Cursor, ChatGPT and any MCP client.
What is the LinkDeal MCP server?
Learn how the LinkDeal MCP server lets your AI assistant find leads, enrich contacts, and send to Slack hands-free.
Connecting Cursor to LinkDeal
Step-by-step guide to connecting Cursor IDE to LinkDeal via OAuth or API key.
Generating and managing API keys
Learn how to generate, rotate, and revoke LinkDeal API keys for MCP server and integrations.