返回 Skill 列表
extension
分类: 效率与办公无需 API Key

Job Search MCP (JobSpy)

使用JobSpy MCP跨平台搜索和比较职位列表,支持按条件、地点、薪资、远程选项和快速申请职位进行筛选。

person作者: nikkijasminehubclawhub

Job Search MCP Skill

This skill enables AI agents to search for job listings across multiple job boards using the JobSpy MCP server.

JobSpy aggregates listings from sources such as LinkedIn, Indeed, Glassdoor, ZipRecruiter, Google Jobs, and more into a unified interface.

When to Use This Skill

Use this skill when you want to:

  • Find job listings matching specific criteria (role, location, company)
  • Search for remote or on-site positions
  • Compare opportunities across job boards
  • Retrieve salary information when available
  • Find recently posted jobs
  • Filter for “Easy Apply” roles

Prerequisites

  • Python 3.10+
  • JobSpy MCP server installed and configured

Installation & Setup

macOS Setup (Homebrew Python)

Homebrew-managed Python is externally managed (PEP 668). Create and activate a virtual environment before installing dependencies:

python3 -m venv .venv
source .venv/bin/activate
pip install mcp python-jobspy pandas pydantic