Lead Details MCP
Allows sending emails to leads via Gmail's SMTP server using an app password.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Lead Details MCPAdd lead: Jane Doe, jane@company.com, TechCorp, from website"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Lead Details MCP
A Lead Generation MCP Server for Claude Desktop that lets you manage leads and send emails directly from Claude chat.
🛠️ Tools Available
Tool | Description |
| Add a new lead (name, email, phone, company, source, status) |
| List every lead in the database |
| Search leads by name (partial match) |
| Filter leads by date range |
| Filter by status (New / Contacted / Qualified / Closed) |
| Update a lead's status by ID |
| Summary of all leads by status and source |
| Send email to a lead using their stored email |
| Send email to any address |
Related MCP server: Revenue Engine MCP
🚀 Setup
1. Install dependencies
pip install fastmcp python-dotenv2. Configure email
Create a .env file in the project root:
EMAIL_ADDRESS=your@gmail.com
EMAIL_PASSWORD=your_16_char_app_password
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587For Gmail: Generate an App Password at myaccount.google.com/apppasswords
3. Add to Claude Desktop config
Edit claude_desktop_config.json:
{
"mcpServers": {
"lead-details": {
"command": "C:\\Path\\To\\python.exe",
"args": ["path\\to\\main.py"]
}
}
}4. Restart Claude Desktop
The lead-details server will appear in Claude's Connectors panel.
💬 Example Claude Prompts
"Add lead: John Doe, john@acme.com, Acme Corp, from LinkedIn"
"Show me all leads"
"Search for leads named John"
"List all Qualified leads"
"Send email to lead #1 subject Hello body Nice to meet you"
📋 Requirements
Python 3.10+
fastmcp
python-dotenv
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables seamless email management through natural language conversations with Claude. Supports searching, reading, and sending emails securely with Gmail and other email providers.Last updated4MIT
- FlicenseCqualityDmaintenanceConnects Claude AI to Google Sheets, Gmail, and Calendar for comprehensive revenue tracking and business management. Enables lead pipeline management, email handling, calendar scheduling, task tracking, and file operations through natural language.Last updated29
- AlicenseAqualityAmaintenanceEnables Claude to interact with email accounts via IMAP and SMTP, providing tools for searching, reading, sending, and managing emails across multiple providers.Last updated4044970MIT
- Alicense-qualityCmaintenanceEnables Claude to manage GoHighLevel CRM contacts, pipelines, and workflows through natural language commands.Last updated34MIT
Related MCP Connectors
Search companies, enrich contacts, and reveal emails and phones from your AI agent.
Drive your real WhatsApp inbox from Claude — send, reply, label, assign, and triage via TimelinesAI.
B2B lead generation, email verification, company enrichment, and agentic GTM Ops.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aadarshlodhi/Lead-Details-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server