Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Vaibhav

FreeNot checked

Sends Vaibhav Patil's resume via email using SMTP.

GitHubEmbed

About

Sends Vaibhav Patil's resume via email using SMTP.

README

MCP server for my personal processes.

  1. To send resume using SMTP

Setup

1. Install dependencies

uv sync

2. Configure SMTP credentials

Copy .env.example to .env and fill in your SMTP details:

cp .env.example .env

For Gmail, use an App Password (not your regular password).

3. Run the server

uv run server.py

4. Add to Cursor

Add this to your .cursor/mcp.json:

{
  "mcpServers": {
    "vaibhav-mcp": {
      "command": "uv",
      "args": ["run", "--directory", "/absolute/path/to/vaibhav-mcp", "server.py"]
    }
  }
}

Tool

send_resume_email

Sends an email with the resume PDF attached.

Parameter Type Description
email_id string Recipient email address
app_id string Job/application ID (used in subject line)

Example call: send_resume_email(email_id="[email protected]", app_id="SWE-2026")

from github.com/vaibhav-patil07/vaibhav-mcp

Installing Vaibhav

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/vaibhav-patil07/vaibhav-mcp

FAQ

Is Vaibhav MCP free?

Yes, Vaibhav MCP is free — one-click install via Unyly at no cost.

Does Vaibhav need an API key?

No, Vaibhav runs without API keys or environment variables.

Is Vaibhav hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Vaibhav in Claude Desktop, Claude Code or Cursor?

Open Vaibhav on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Vaibhav with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All communication MCPs