job-pilot

job-pilot

JobPilot is a next-generation career assistant powered by AI Agents and the Model Context Protocol (MCP). It acts as your personal recruiter, tirelessly searching for jobs on platforms like LinkedIn, optimizing your resume for specific job descriptions (JD), and even automating the application process. Designed for the age of AI, JobPilot exposes a full MCP server, allowing you to connect it with

Category
Visit Server

README

<div align="center">

<img src="assets/logo.jpg" width="200" alt="JobPilot Logo" style="border-radius: 20px;" />

JobPilot ✈️

JobPilot Banner

Next.js FastAPI MCP License

Your Intelligent AI Agent for Career Success Automated Job Search, Resume Optimization, and Application Management

FeaturesArchitectureGetting StartedRoadmap

English | 中文 | 日本語 | 한국어 | Français | Deutsch

</div>


📖 Introduction

JobPilot is a next-generation career assistant powered by AI Agents and the Model Context Protocol (MCP). It acts as your personal recruiter, tirelessly searching for jobs on platforms like LinkedIn, optimizing your resume for specific job descriptions (JD), and even automating the application process.

Designed for the age of AI, JobPilot exposes a full MCP server, allowing you to connect it with your favorite AI assistants (like Claude Desktop, OpenClaw, or custom agents) to handle your job hunt autonomously.

Why JobPilot? Instead of manually tweaking your CV for every application, let JobPilot's agents analyze the JD, rewrite your resume to highlight relevant skills, and submit the application for you—while you sleep.

<a href="https://glama.ai/mcp/servers/arthurpanhku/job-pilot"> <img width="380" height="200" src="https://glama.ai/mcp/servers/arthurpanhku/job-pilot/badge" alt="job-pilot MCP server" /> </a>

JobPilot Dashboard

<video src="assets/grok-video-demo.mp4" controls="controls" style="max-width: 100%;"> </video>

✨ Features

🤖 MCP-Native Architecture

  • Agent-First Design: Built from the ground up as a Model Context Protocol (MCP) server.
  • Universal Compatibility: Connects seamlessly with any MCP-compliant client (Claude, IDEs, Agent frameworks).

📄 Intelligent Resume Engine

  • Context-Aware Optimization: Analyzes your master profile against target JDs to generate hyper-personalized resumes.
  • ATS Friendly: Ensures generated resumes are optimized for Applicant Tracking Systems.

🕵️ Automated Job Hunter

  • Smart Search: Scrapes and filters job listings from LinkedIn and Indeed based on your semantic profile.
  • Auto-Apply: Automated form filling with built-in stealth mode and anti-detection mechanisms (human-like delays, randomized user agents).
  • Risk Reduction: "Safe Mode" with dry-run capability and manual confirmation steps to avoid account flags.

📊 Application Tracking

  • Dashboard: Modern UI built with Shadcn components to visualize your application status, interview pipeline, and success rates.
  • History: Keep a record of every tailored resume version sent to recruiters.

🛠️ Tech Stack

  • Frontend:
    • Next.js 14 (App Router)
    • TypeScript
    • Tailwind CSS & Lucide Icons
  • Backend:
    • FastAPI (Python)
    • Pydantic
    • MCP SDK (Python)
  • Automation & AI:
    • Playwright (Browser Automation)
    • OpenAI / Anthropic APIs (LLM)
    • Supabase (Database & Auth)

🚀 Getting Started

Prerequisites

  • Node.js 18+
  • Python 3.11+
  • Git

Installation

  1. Clone the repository

    git clone https://github.com/yourusername/job-pilot.git
    cd job-pilot
    
  2. Backend Setup

    cd backend
    python -m venv venv
    source venv/bin/activate  # On Windows: venv\Scripts\activate
    pip install -r requirements.txt
    
    # Start the API & MCP Server
    python app/main.py
    
  3. Frontend Setup

    cd frontend
    npm install
    
    # Start the UI
    npm run dev
    
  4. Access the App

    • Frontend: http://localhost:3000
    • API Docs: http://localhost:8000/docs

🗺️ Roadmap

  • [x] Project Initialization & Architecture Design
  • [ ] Phase 1: MCP Server Implementation & Basic Profile Management
  • [ ] Phase 2: LinkedIn Scraper Integration & Job Matching
  • [ ] Phase 3: Resume Optimization Pipeline (LLM)
  • [ ] Phase 4: Automated Application via OpenClaw/Playwright

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

🌟 Star History

Star History Chart

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured