CV Email Server
БесплатноНе проверенEnables CV parsing from PDF resumes and sending email notifications with customizable recipients.
Описание
Enables CV parsing from PDF resumes and sending email notifications with customizable recipients.
README
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
Installation
- Install dependencies:
npm install
- Build the project:
npm run build
- Set up environment variables:
cp .env.example .env
# Edit .env with your configuration
Configuration
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 start
Available Tools
parse_cv: Parse your resume PDF
- Optional parameter:
pdf_path(uses default if not provided)
- Optional parameter:
ask_cv: Ask intelligent questions about your CV
- Required parameter:
question - Basic 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?"
- Required parameter:
send_email: Send email notifications
- Required parameters:
recipient,subject,body
- Required parameters:
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": "[email protected]",
"EMAIL_PASSWORD": "your-app-password"
}
}
}
}
Testing
Command Line Demo
npm run build
node demo.js
Web Playground
./start-full-demo.sh
Then open http://localhost:3000
Email Setup
For Gmail: Enable 2FA and generate an app-specific password for EMAIL_PASSWORD.
Установка CV Email Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/anmolvarshney77/MCP-Server-Resume-ParserFAQ
CV Email Server MCP бесплатный?
Да, CV Email Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для CV Email Server?
Нет, CV Email Server работает без API-ключей и переменных окружения.
CV Email Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить CV Email Server в Claude Desktop, Claude Code или Cursor?
Открой CV Email Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Gmail
Read, send and search emails from Claude
автор: GoogleSlack
Send, search and summarize Slack messages
автор: SlackRunbear
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
Discord Server
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)
Compare CV Email Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории communication
