MCP Catalogs
Home

autoapply-mcp

by preetrajdeo·0·Score 36

An MCP server that automates job applications by filling forms and uploading resumes via browser automation.

browser-automationproductivityai-llm
0
Forks
0
Open issues
2 mo ago
Last commit
2d ago
Indexed

Overview

AutoApply MCP is a specialized tool that streamlines the job application process by automating form filling. It connects to Claude Desktop and uses Playwright to control a real Chromium browser, filling standard fields like personal information, work authorization, and demographics. The system parses resumes uploaded by users and auto-populates applications, then surfaces only the unique questions requiring personal attention. The server includes both a live instance and the ability for self-hosting, making it flexible for different use cases.

Try asking AI

After installing, here are 6 things you can ask your AI assistant:

you:Automatically apply to multiple job postings with a single command
you:Pre-fill standard application fields from saved profile data
you:Auto-upload resumes to application forms
you:Handle complex form fields including dropdowns and file uploads
you:AutoApply tools don't appear in Claude
you:Connection times out on first use

When to choose this

Choose AutoApply MCP when you're applying to multiple jobs with standard application forms and want to automate the repetitive filling of personal information, resume uploads, and basic qualifications.

When NOT to choose this

Don't choose this if you need custom application workflows, have concerns about server-side storage of personal data, or need to handle highly specialized application portals not supported by its browser automation.

Tools this server exposes

11 tools extracted from the README
  • register

    Get an API key / session ID. Called automatically during onboarding.

  • upload_resume

    Upload a PDF resume to auto-populate your profile.

  • save_profile

    Save or update profile details for job applications.

  • get_profile

    Retrieve your saved profile to review or verify.

  • save_field_mapping

    Teach AutoApply to auto-answer recurring questions.

  • open_job_application

    Open a job URL in a real Chromium browser.

  • fill_known_fields

    Auto-fill all fields from your profile and get open-ended questions.

  • fill_answer

    Fill a specific answer into one field using a CSS selector.

  • take_screenshot

    Take a screenshot of the current browser page.

  • scroll_page

    Scroll up or down to reveal more form fields.

  • close_session

    Close the browser session after submitting an application.

Comparable tools

job-apply-cliresume-parser-mcpform-automation-tool

Installation

Setup with Smithery (easiest)

npx -y @smithery/cli mcp add preetrajdeo/autoapply-mcp

Manual configuration

  1. Open Claude Desktop config file:

- Mac: ~/Library/Application Support/Claude/claude_desktop_config.json - Windows: %APPDATA%\Claude\claude_desktop_config.json

  1. Add this configuration (merge with existing content):
{
  "mcpServers": {
    "autoapply": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://autoapply-mcp.onrender.com/sse"]
    }
  }
}
  1. Fully quit and restart Claude Desktop.

FAQ

AutoApply tools don't appear in Claude
Make sure you fully quit Claude Desktop (Cmd+Q on Mac), verify Node.js is installed, and check that the config file is valid JSON.
Connection times out on first use
The server sleeps after 15 minutes of inactivity (free tier). Wait 30 seconds and try again — it wakes up automatically.

Compare autoapply-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.