Shortlist MCP Server

Shortlist MCP Server

Enables users to search for jobs, prefill applications using AI, and automate submissions across major platforms like Lever and Ashby directly from Claude or Cursor. It provides a full suite of tools for managing job queues, profile data, and resumes within a chat interface.

Category
访问服务器

README

MIT License Discord

Shortlist MCP Server

Apply to hundreds of jobs from Claude in minutes.

Shortlist connects to Claude Code, Claude Desktop, or Cursor and lets you search for jobs, fill out applications with AI, and submit them automatically — without leaving your terminal.

<!-- TODO: Add demo GIF showing full workflow: search → queue → prefill → apply --> <!-- Record with: search "senior frontend engineer remote" → add 3 URLs → prefill → approve → start applying → show progress -->

How it works

1. Connect

Add the MCP server and log in — takes 30 seconds.

claude mcp add shortlist --transport http https://shortlist.jobs/mcp

Restart Claude Code, then type /mcp and select shortlist. A browser window opens — sign in with your Shortlist account and you're connected.

<details> <summary>Claude Desktop setup (macOS)</summary>

Add this to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "shortlist": {
      "transport": "http",
      "url": "https://shortlist.jobs/mcp"
    }
  }
}

Restart Claude Desktop. You'll be prompted to authenticate on first use.

</details>

<details> <summary>Claude Desktop setup (Windows)</summary>

Add this to %APPDATA%\Claude\claude_desktop_config.json:

{
  "mcpServers": {
    "shortlist": {
      "transport": "http",
      "url": "https://shortlist.jobs/mcp"
    }
  }
}

Restart Claude Desktop. You'll be prompted to authenticate on first use.

</details>

2. Search and queue jobs

Find jobs by role, location, or company. Or paste URLs directly from any supported job board.

You: Find me remote senior frontend engineer jobs
You: Add these to my queue:
     https://jobs.ashbyhq.com/stripe/senior-frontend
     https://jobs.lever.co/figma/senior-fe-engineer
     https://boards.greenhouse.io/vercel/jobs/frontend-eng

3. Apply

Shortlist scrapes each application form, fills in answers from your profile, and submits. You review before anything goes out.

You: Prefill and approve all jobs, then start applying

The bot handles the rest — form fields, dropdowns, file uploads, the works. All AI-generated text is humanized and reads identical to human writing — no "passionate team player" filler that gets your application filtered out.

Example session

Here's what a real workflow looks like in Claude Code:

You: Search for senior software engineer jobs in San Francisco, posted this week

Claude: Found 47 jobs. Showing 20:

  1. Senior Software Engineer at Stripe
     Location: San Francisco, CA
     Posted: 2 days ago
     URL: https://jobs.lever.co/stripe/abc123

  2. Senior Backend Engineer at Figma
     Location: San Francisco, CA (Hybrid)
     Posted: 1 day ago
     URL: https://boards.greenhouse.io/figma/jobs/def456

  3. Staff Software Engineer at Vercel
     ...

You: Add the Stripe and Figma jobs to my queue

Claude: Added 2 job(s) to queue:
  + Senior Software Engineer at Stripe (lever)
  + Senior Backend Engineer at Figma (greenhouse)

You: Prefill both applications

Claude: Application Form Scraped Successfully

  Job: Senior Software Engineer at Stripe
  Form Fields (12):
  - First Name (text, required)
  - Last Name (text, required)
  - Email (email, required)
  - Resume (file, required)
  - LinkedIn URL (url, optional)
  - Why are you interested in Stripe? (textarea, required)
  ...

  I've filled all 12 fields using your profile. Here's what I wrote for
  "Why are you interested in Stripe?":

  "I've spent the last four years building payment infrastructure at scale.
   At my current role I reduced checkout latency by 40% across 12M monthly
   transactions. Stripe's API design is something I've admired as a user —
   I'd like to work on the other side of it."

  Ready to submit?

You: Looks good. Approve both and start applying.

Claude: Approved 2 job(s). Bot started!
  Use get_application_progress to check status.

You: How's it going?

Claude: Application Progress
  Done: 2 (2 success, 0 failed) | Remaining: 0
  Status: Batch complete
  Last: Senior Backend Engineer at Figma — success

Two applications, start to finish, without opening a browser.

Supported platforms

Works with 6 major applicant tracking systems, covering thousands of companies from startups to Fortune 500:

Platform Domain Notable companies
Ashby ashbyhq.com Notion, Figma, Ramp
Lever lever.co Netflix, Stripe, Shopify
SmartRecruiters smartrecruiters.com Visa, McDonald's, Skechers
Workable workable.com Miro, Samsara, Deel
Greenhouse coming soon Airbnb, DoorDash, HubSpot
Workday coming soon Amazon, Salesforce, Adobe

+8 more coming soon

More platforms coming. Request one on Discord or open an issue.

Works with

Client Status
Claude Code Fully supported
Claude Desktop Fully supported
Cursor Supported (MCP compatible)
Any MCP client Should work — let us know

Privacy and security

  • Source code is public. This repo contains the full MCP tool definitions and HTTP client so you can see what each tool does before you use it.
  • Your credentials stay local. OAuth tokens are stored in your Claude config on your machine. We never see them.
  • No chat data is stored. Your conversations with Claude are between you and Anthropic. Shortlist only receives the specific API calls you trigger (search queries, profile updates, job submissions).
  • Applications run on Shortlist's servers. The bot needs a browser to fill out forms and submit them — that runs on our infrastructure, not your machine. Your profile data is used to fill applications and is stored in your Shortlist account.
  • Delete anytime. You can delete your account and all associated data from the Shortlist dashboard.

Pricing

Free for as long as we can support it. Join the Discord for updates.

<details> <summary>FAQ</summary>

Do I need a paid Claude plan?

No. The MCP server works with any Claude plan, including free. However, free Claude accounts have message limits that may interrupt longer sessions.

Which job boards are supported?

Shortlist works with jobs posted on Ashby, Lever, SmartRecruiters, Workable, Greenhouse, and Workday. These cover thousands of companies. Indeed, LinkedIn, and other boards are not yet supported — request them on Discord.

Can it apply without my approval?

No. Every job goes through your queue. You can review prefilled answers, edit them, and explicitly approve before anything is submitted. The bot only submits jobs you've approved.

Is my resume shared with anyone besides the companies I apply to?

No. Your resume is stored in your Shortlist account and only sent to companies as part of job applications you've approved.

What happens if the bot fails on a job?

Failed applications are logged with the reason (e.g., "required field not found", "CAPTCHA detected"). Nothing is submitted partially — it either completes the full application or reports the error. Failed jobs are automatically reviewed by another agent within 24–48 hours, which will diagnose the issue and attempt to resubmit. You can also view failures with get_applied_jobs and retry manually.

Can I use this with my own MCP client?

Yes. Any client that supports the MCP HTTP transport should work. The server is a standard MCP endpoint at https://shortlist.jobs/mcp.

</details>

<details> <summary>Full tool reference (33 tools)</summary>

Search

Tool Description
search_jobs Search for jobs by title, location, and filters

Queue Management

Tool Description
add_to_queue Add jobs by URL (auto-detects title, company, ATS)
get_queue View your application queue
remove_from_queue Remove a job from the queue
clear_queue Clear all jobs from the queue
approve_job Approve a job for submission (with optional form answers)
approve_all Approve all pending jobs

Application Forms

Tool Description
get_job_details Get full job details, form fields, and answers
prefill_job Scrape application form and prepare answers

Bot Control

Tool Description
start_applying Start the bot to submit approved applications
stop_applying Stop the bot

Profile

Tool Description
get_profile View your full profile
update_personal_details Update name, email, phone, address
add_skills / remove_skills Manage skills
add_languages / remove_languages Manage languages
add_work_experience Add work experience or project
update_work_experience Update existing work experience
delete_work_experience Delete work experience
add_education Add degree, certification, or clearance
update_education Update existing education entry
delete_education Delete education entry
update_application_questions Update salary, sponsorship, work auth, etc.

Resumes

Tool Description
list_resumes List uploaded resumes (max 5)
upload_resume Upload a resume (PDF, DOC, DOCX)
set_default_resume Set a resume as default
delete_resume Delete a resume

Progress & History

Tool Description
get_applied_jobs View application history with filters
get_applied_jobs_count Get total application count
get_application_summary Detailed summary with match analysis
get_application_progress Check current batch progress

</details>

<details> <summary>Architecture</summary>

┌──────────────┐     MCP Protocol      ┌──────────────────┐
│  Claude Code │ ◄──────────────────── │  Shortlist MCP   │
│  (or any     │                       │  Server          │
│   MCP client)│                       │  (this repo)     │
└──────────────┘                       └────────┬─────────┘
                                                │ HTTPS
                                       ┌────────▼─────────┐
                                       │  Shortlist API   │
                                       │  (hosted)        │
                                       │                  │
                                       │  - Job search    │
                                       │  - Form scraping │
                                       │  - Bot automation│
                                       │  - Profile mgmt  │
                                       └──────────────────┘

This repo contains the MCP interface layer — tool definitions and the HTTP client that talks to Shortlist's API. The form scraping, browser automation, and AI form filling all run on Shortlist's infrastructure.

</details>

Support

  • Discord — Fastest way to get help, request features, and report bugs
  • GitHub Issues — Bug reports and feature requests
  • X / Twitter — Updates and announcements

Development

# Install dependencies
npm install

# Build
npm run build

# Watch mode
npm run dev

License

MIT

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选