autoapply-mcp
by preetrajdeo·★ 0·Score 36
An MCP server that automates job applications by filling forms and uploading resumes via browser automation.
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:
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 READMEregisterGet an API key / session ID. Called automatically during onboarding.
upload_resumeUpload a PDF resume to auto-populate your profile.
save_profileSave or update profile details for job applications.
get_profileRetrieve your saved profile to review or verify.
save_field_mappingTeach AutoApply to auto-answer recurring questions.
open_job_applicationOpen a job URL in a real Chromium browser.
fill_known_fieldsAuto-fill all fields from your profile and get open-ended questions.
fill_answerFill a specific answer into one field using a CSS selector.
take_screenshotTake a screenshot of the current browser page.
scroll_pageScroll up or down to reveal more form fields.
close_sessionClose the browser session after submitting an application.
Comparable tools
Installation
Setup with Smithery (easiest)
npx -y @smithery/cli mcp add preetrajdeo/autoapply-mcpManual configuration
- Open Claude Desktop config file:
- Mac: ~/Library/Application Support/Claude/claude_desktop_config.json - Windows: %APPDATA%\Claude\claude_desktop_config.json
- Add this configuration (merge with existing content):
{
"mcpServers": {
"autoapply": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://autoapply-mcp.onrender.com/sse"]
}
}
}- 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
Last updated · Auto-generated from public README + GitHub signals.