MCP Catalogs
首页

autoapply-mcp

by preetrajdeo·0·综合分 36

一个MCP服务器,通过浏览器自动化自动填写申请表单并上传简历,实现求职申请自动化。

browser-automationproductivityai-llm
0
Forks
0
活跃 Issue
2 个月前
最近提交
2 天前
收录于

概述

AutoApply MCP是一个专门工具,通过自动化表单填写简化求职申请流程。它连接到Claude Desktop,使用Playwright控制真实的Chromium浏览器,自动填写个人资料、工作授权和人口统计等标准字段。系统会解析用户上传的简历并自动填充申请表单,然后只显示需要个性化回答的独特问题。该服务器既提供现成实例,也支持自托管,满足不同使用场景的需求。

试试问 AI

装完之后,这里有 6 个你可以让 AI 做的事:

:通过单条命令自动申请多个职位
:从保存的个人资料预填标准申请字段
:自动上传简历到申请表单
:处理复杂的表单字段,包括下拉菜单和文件上传
:AutoApply工具在Claude中不显示
:首次使用时连接超时

什么时候选它

当你申请多个具有标准申请表的工作,并希望自动化重复填写个人信息、简历上传和基本资质时,选择 AutoApply MCP。

什么时候不要选它

如果你需要自定义申请工作流程,担心个人数据的服务器端存储,或者需要处理其浏览器自动化不支持的高度专业化的申请门户网站,请不要选择它。

此 server 暴露的工具

从 README 抽取出 11 个工具
  • 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.

可对比工具

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

安装

使用Smithery设置(最简单)

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

手动配置

  1. 打开Claude Desktop配置文件:

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

  1. 添加以下配置(与现有内容合并):
{
  "mcpServers": {
    "autoapply": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://autoapply-mcp.onrender.com/sse"]
    }
  }
}
  1. 完全退出并重新启动Claude Desktop。

FAQ

AutoApply工具在Claude中不显示
确保完全退出Claude Desktop(Mac上按Cmd+Q),验证Node.js已安装,并检查配置文件是否为有效的JSON。
首次使用时连接超时
服务器在15分钟不活动后会休眠(免费版)。等待30秒后重试——它会自动唤醒。

autoapply-mcp 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。