Generect MCP
Generect MCP Server integrates Generect Live API with clients for lead, company search, and email generation in natural language workflows. Access tools via Claude Desktop or Cursor for streamlined sales and marketing data retrieval.
How to Install and Use Generect MCP
Generect MCP is a tool that connects Generect’s Live API with clients like Claude Desktop and Cursor. It helps you use Generect’s features like lead search, company search, and email generation right inside your workspace through simple natural language commands. Below is a practical guide to help you install and use Generect MCP.
How to Use Generect MCP with Claude Desktop
First, you need the Claude Desktop app because the web chat version doesn’t support MCP settings yet. After you download and open Claude Desktop, you will change a configuration file to add Generect MCP.
- Go to Settings by clicking your account icon in Claude Desktop.
- Find the Developer tab and click Edit config. This opens a file named
claude_desktop_config.json. - Depending on your computer:
- On macOS, this file is at
~/Library/Application Support/Claude/claude_desktop_config.json - On Windows, it’s at
%APPDATA%Claudeclaude_desktop_config.json
- On macOS, this file is at
- Add the following MCP Server section to your config file. Make sure to replace
"Token your-api-key"with your actual API key without removing the wordToken:
{
"mcpServers": {
"generect-api": {
"command": "npx",
"args": ["-y", "generect-ultimate-mcp@latest"],
"env": {
"GENERECT_API_BASE": "https://api.generect.com",
"GENERECT_API_KEY": "Token your-api-key",
"GENERECT_TIMEOUT_MS": "60000",
"MCP_DEBUG": "0"
}
}
}
}
- Save the file and restart Claude Desktop.
- You will now see
generect-apiin the Search and tools dropdown. - When Claude needs to use Generect features, it will ask for your permission to connect to external tools.
This method lets Claude Desktop use Generect’s lead search and email functions seamlessly.
How to Use Generect MCP with Cursor
If you prefer Cursor IDE, adding Generect MCP is even simpler. Cursor allows you to install MCP plugins directly through a button from their site.
- Click the following button to add Generect MCP to your Cursor IDE:
- Follow the instructions to complete the setup in Cursor.
- Once added, you can use Generect’s API features inside your coding environment easily.
For more detailed info on using MCP in Cursor, check out the Cursor Docs.
Summary of Available Generect MCP Tools
When you have Generect MCP set up, you can use these main commands:
search_leads: Find leads based on filters.search_companies: Search for companies with specific criteria.generate_email: Create an email from a person’s name and domain.get_lead_by_url: Get info from a LinkedIn profile URL.health: Check if the Generect API is working properly.
These tools let you add powerful lead and company search features to your workflows.
With these instructions, you should be able to install and start using Generect MCP easily in both Claude Desktop and Cursor. Simply add the MCP server config or click to install, and enjoy using Generect’s live API features in your natural language work!