Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Enables AI assistants to chat about Nehan Chandira's CV and send email notifications.

README.md

Nehan Chandira's CV MCP Server

A Model Context Protocol (MCP) server that enables AI assistants to chat about Nehan Chandira's CV and send email notifications. This project showcases API design and integration skills through a practical implementation.

Features

CV Chat Functionality

  • Intelligent CV Parsing: Structured data extraction from CV content
  • Natural Language Queries: Ask questions like:
  • "What role did you have at your last position?"
  • "What are your technical skills?"
  • "Tell me about your latest projects"
  • "What is your educational background?"

Email Notification System

  • SMTP Integration: Send emails through configurable email service
  • Input Validation: Robust validation using Zod schemas
  • Error Handling: Comprehensive error messages and status reporting
  • HTML Email Templates: Professional email formatting

Next.js Playground

  • Interactive Frontend: Test both CV chat and email functionality
  • Modern UI: Clean, responsive design with Tailwind CSS
  • Real-time Chat Interface: Simulated MCP server interactions
  • Email Templates: Pre-built templates for common use cases

Technical Stack

  • Backend: TypeScript, Node.js, MCP SDK
  • Email Service: Nodemailer with Gmail/SMTP support
  • Validation: Zod for schema validation
  • Frontend: Next.js 14, React, Tailwind CSS
  • Build Tools: TypeScript compiler, TSX for development

Prerequisites

  • Node.js 18+ and npm
  • Gmail account (for email functionality)
  • MCP-compatible AI assistant (Claude Desktop, etc.)

Installation & Setup

1. Clone and Install Dependencies

# Navigate to project directory
cd "New MCP Serever"

# Install server dependencies
npm install

# Install frontend dependencies (optional)
cd frontend && npm install && cd ..

2. Configure Email Service

Create a .env file in the root directory:

EMAIL_USER=your-email@gmail.com
EMAIL_APP_PASSWORD=your-app-password

Email Setup Instructions:

  1. Enable 2-factor authentication on your Gmail account
  2. Generate an app-specific password:
  • Go to Google Account settings
  • Security → 2-Step Verification → App passwords
  • Generate password for "Mail"
  1. Use the generated password as EMAIL_APP_PASSWORD

3. Build the Server

npm run build

Usage

As MCP Server

  1. Start the server:
   npm start
   # or for development
   npm run dev
  1. Configure in Claude Desktop (claude_desktop_config.json):
   {
     "mcpServers": {
       "nehan-cv-server": {
         "command": "node",
         "args": ["/path/to/New MCP Serever/dist/index.js"]
       }
     }
   }
  1. Use in Claude Desktop:
  • Ask questions about Nehan's CV
  • Send emails through the MCP tools

Next.js Playground (Optional)

cd frontend
npm run dev

Visit http://localhost:3000 to access the interactive playground.

🔧 Available MCP Tools

cv_chat

Chat about Nehan's background and experience.

Parameters:

  • question (string): Your question about CV content

Example: ``json { "question": "What programming languages does Nehan know?" } ``

send_email

Send email notifications to specified recipients.

get_cv_topics

Get available CV topics you can ask about.

Parameters: None

email_service_info

Get email service configuration details.

Parameters: None

Live Deployment

Quick Deploy

Backend (MCP Server): ![Deploy on Railway](https://railway.app/template/your-template-id)

Frontend (Playground): ![Deploy with Vercel](https://vercel.com/new/clone?repository-url=https://github.com/YOUR_USERNAME/nehan-cv-mcp-server&project-name=nehan-cv-playground&repository-name=nehan-cv-playground&root-directory=frontend)

🔗 Expected Live URLs

After deployment, you'll have:

  • Backend: https://your-app-name.railway.app
  • Frontend: https://your-project.vercel.app

📖 Detailed deployment guide: See docs/DEPLOYMENT_LINKS.md for step-by-step instructions

📞 Contact

---

This project showcases technical proficiency in modern web development, API integration, and cloud-based solutions. Built as a demonstration of software engineering capabilities for potential employers and collaborators.

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Communication servers.