CV Email MCP Server
Allows sending email notifications via Gmail SMTP, supporting customizable recipients, subjects, and body content.
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., "@CV Email MCP ServerSend an email to hiring@company.com with my CV summary"
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.
CV Email MCP Server
A Model Context Protocol (MCP) server that provides CV parsing and email notification capabilities.
Features
CV Parsing: Parse PDF resumes and answer questions about your career history
Email Notifications: Send emails with customizable recipients, subjects, and body content
Related MCP server: Rchilli Resume Parser MCP Server
Installation
Install dependencies:
npm installBuild the project:
npm run buildSet up environment variables:
cp .env.example .env
# Edit .env with your configurationConfiguration
Create a .env file with the following variables:
CV_PDF_PATH: Path to your resume PDF file (default:resume.pdf)SMTP_HOST: SMTP server hostname (default:smtp.gmail.com)SMTP_PORT: SMTP server port (default:587)EMAIL_USER: Your email addressEMAIL_PASSWORD: Your email password or app-specific password
Usage
Running the Server
npm startAvailable Tools
parse_cv: Parse your resume PDF
Optional parameter:
pdf_path(uses default if not provided)
ask_cv: Ask intelligent questions about your CV
Required parameter:
questionBasic Info: "What is my name?", "What's my contact information?"
Experience: "What role did I have at my last position?", "How many years of experience do I have?"
Technical Skills: "What programming languages do I know?", "What frameworks do I work with?"
Education: "Where did I study?", "What's my degree?", "What's my GPA?"
Projects: "What projects have I worked on?", "What are my achievements?"
Advanced: "What are my strengths?", "What industry do I work in?"
send_email: Send email notifications
Required parameters:
recipient,subject,body
MCP Configuration
Add this server to your MCP configuration:
{
"mcpServers": {
"cv-email": {
"command": "node",
"args": ["path/to/cv-email-mcp-server/dist/index.js"],
"env": {
"CV_PDF_PATH": "path/to/your/resume.pdf",
"EMAIL_USER": "your-email@gmail.com",
"EMAIL_PASSWORD": "your-app-password"
}
}
}
}Testing
Command Line Demo
npm run build
node demo.jsWeb Playground
./start-full-demo.shThen open http://localhost:3000
Email Setup
For Gmail: Enable 2FA and generate an app-specific password for EMAIL_PASSWORD.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/anmolvarshney77/MCP-Server-Resume-Parser'
If you have feedback or need assistance with the MCP directory API, please join our Discord server