autoapply-mcp
by preetrajdeo·★ 0·综合分 36
一个MCP服务器,通过浏览器自动化自动填写申请表单并上传简历,实现求职申请自动化。
概述
AutoApply MCP是一个专门工具,通过自动化表单填写简化求职申请流程。它连接到Claude Desktop,使用Playwright控制真实的Chromium浏览器,自动填写个人资料、工作授权和人口统计等标准字段。系统会解析用户上传的简历并自动填充申请表单,然后只显示需要个性化回答的独特问题。该服务器既提供现成实例,也支持自托管,满足不同使用场景的需求。
试试问 AI
装完之后,这里有 6 个你可以让 AI 做的事:
什么时候选它
当你申请多个具有标准申请表的工作,并希望自动化重复填写个人信息、简历上传和基本资质时,选择 AutoApply MCP。
什么时候不要选它
如果你需要自定义申请工作流程,担心个人数据的服务器端存储,或者需要处理其浏览器自动化不支持的高度专业化的申请门户网站,请不要选择它。
此 server 暴露的工具
从 README 抽取出 11 个工具registerGet 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.
可对比工具
安装
使用Smithery设置(最简单)
npx -y @smithery/cli mcp add preetrajdeo/autoapply-mcp手动配置
- 打开Claude Desktop配置文件:
- Mac: ~/Library/Application Support/Claude/claude_desktop_config.json - Windows: %APPDATA%\Claude\claude_desktop_config.json
- 添加以下配置(与现有内容合并):
{
"mcpServers": {
"autoapply": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://autoapply-mcp.onrender.com/sse"]
}
}
}- 完全退出并重新启动Claude Desktop。
FAQ
- AutoApply工具在Claude中不显示
- 确保完全退出Claude Desktop(Mac上按Cmd+Q),验证Node.js已安装,并检查配置文件是否为有效的JSON。
- 首次使用时连接超时
- 服务器在15分钟不活动后会休眠(免费版)。等待30秒后重试——它会自动唤醒。
autoapply-mcp 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。