Nehan Chandira's CV MCP Server

Nehan Chandira's CV MCP Server

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

Category
访问服务器

README

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"
  3. 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
    
  2. Configure in Claude Desktop (claude_desktop_config.json):

    {
      "mcpServers": {
        "nehan-cv-server": {
          "command": "node",
          "args": ["/path/to/New MCP Serever/dist/index.js"]
        }
      }
    }
    
  3. 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:

{
  "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

Frontend (Playground): Deploy with Vercel

🔗 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.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选