Connecting Cursor to LinkDeal
Step-by-step guide to connecting Cursor IDE to LinkDeal using your API key and the MCP server.
Last updated: 8 August 2026
Cursor is an AI-powered code editor that supports MCP. You can connect LinkDeal to prospect while coding.
Prerequisites
- Cursor installed (download from cursor.so)
- 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 Cursor settings
In Cursor, open the command palette (Cmd+Shift+P on Mac, Ctrl+Shift+P on Windows) and search for "MCP" or "Model Context Protocol".
Alternatively, navigate to Settings and find the MCP configuration section.
Step 3: Add the LinkDeal MCP server
Add a new MCP server with these details:
Name: linkdeal
Command: npx
Arguments: -y @linkdeal/mcp-server
Environment variables:
- LINKDEAL_API_KEY: your API key
The exact UI may vary by Cursor version. Consult Cursor documentation if the settings look different.
Step 4: Restart Cursor
Close and reopen Cursor for the changes to take effect.
Step 5: Test the connection
In Cursor's chat, try:
"Check my LinkDeal credit balance"
If connected, Cursor will use the MCP tools to fetch your balance.
Using LinkDeal in Cursor
Cursor's AI can now:
- Find leads while you are working on outreach copy
- Enrich contacts mentioned in your code or notes
- Send leads to Slack without leaving the editor
Example workflow:
- You are writing a sales email template
- Ask Cursor: "Find 5 VPs of Engineering at AI startups"
- Cursor returns leads
- Ask: "Enrich the first one"
- Use the email address in your template
Troubleshooting
MCP not available: Ensure your Cursor version supports MCP. Update to the latest version.
Connection issues: Verify your API key and check that Node.js is installed.
Tools not appearing: Restart Cursor after configuration changes.
Frequently asked questions
Related articles
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 Claude Desktop to LinkDeal
Step-by-step guide to connecting Claude Desktop to LinkDeal using your API key and the MCP server.
Generating and managing API keys
Learn how to generate, rotate, and revoke LinkDeal API keys for MCP server and integrations.