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