JobSpy MCP Server
Enables job search and scraping across multiple job boards (LinkedIn, Indeed, Glassdoor, etc.) with advanced filtering, directly from Claude Desktop or other MCP clients.
README
JobSpy MCP Server
A modern MCP (Model Context Protocol) server that provides job scraping capabilities using the JobSpy library. Built with the latest FastMCP framework for seamless integration with Claude Desktop and other MCP clients.
🚀 Features
- Multi-site job scraping: Search across 8 major job boards (LinkedIn, Indeed, Glassdoor, ZipRecruiter, Google Jobs, Bayt, Naukri, BDJobs)
- Advanced filtering: Filter by job type, location, posting date, remote work, salary range, and more
- Real-time progress: Get live updates during job searches with progress indicators
- Rich formatting: Beautifully formatted job results with all relevant details
- Modern MCP implementation: Built with FastMCP for 2025 MCP protocol compliance
- Error handling: Robust error handling with informative messages
- Comprehensive tools: Multiple tools for job searching, country/site information, and search tips
📦 Installation
Prerequisites
- Python 3.10 or higher
- uv (recommended) or pip
Quick Install
# Clone or download the project
cd jobspy-mcp-server
# Install with uv (recommended)
uv sync
# Or install with pip
pip install -e .
Install Dependencies Manually
pip install mcp>=1.1.0 python-jobspy>=1.1.82 pandas>=2.1.0 pydantic>=2.0.0
🔧 Usage
Run with uv (Recommended)
# Development mode with auto-reload
uv run mcp dev -m jobspy_mcp_server
# Production mode
uv run mcp run -m jobspy_mcp_server
# Direct execution
uv run python -m jobspy_mcp_server
Run with Python
python -m jobspy_mcp_server
Install in Claude Desktop
Add to your Claude Desktop configuration file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"jobspy": {
"command": "uv",
"args": ["run", "jobspy-mcp-server"]
}
}
}
Alternative configuration (if installed globally):
{
"mcpServers": {
"jobspy": {
"command": "jobspy-mcp-server"
}
}
}
Alternative configuration (direct Python execution):
{
"mcpServers": {
"jobspy": {
"command": "python",
"args": ["-m", "jobspy_mcp_server"]
}
}
}
🛠️ Available Tools
1. scrape_jobs_tool
Search for jobs across multiple job boards with comprehensive filtering options.
Parameters:
search_term(required): Job keywords (e.g., "software engineer", "data scientist")location: Job location (e.g., "San Francisco, CA", "Remote")site_name: List of job boards to search (default: ["indeed", "linkedin", "zip_recruiter", "google"])results_wanted: Number of results (1-1000, default: 15)job_type: Employment type ("fulltime", "parttime", "internship", "contract")is_remote: Filter remote jobs only (default: false)hours_old: Filter by posting recency in hoursdistance: Search radius in miles (1-100, default: 50)easy_apply: Filter jobs with easy apply (default: false)country_indeed: Country for Indeed/Glassdoor (default: "usa")linkedin_fetch_description: Get full LinkedIn descriptions (slower, default: false)offset: Pagination offset (default: 0)verbose: Logging level (0-2, default: 1)
2. get_supported_countries
Get the complete list of supported countries for job searches.
3. get_supported_sites
Get detailed information about all supported job board sites.
4. get_job_search_tips
Get comprehensive tips and best practices for effective job searching.
💡 Example Queries
Ask Claude:
"Find me 25 remote Python developer jobs from Indeed and LinkedIn"
"Search for data scientist positions in San Francisco posted in the last 48 hours"
"Look for entry-level marketing jobs in New York with easy apply options"
"Show me all supported job sites and their descriptions"
"Give me tips for searching software engineering jobs effectively"
🌍 Supported Job Boards
- LinkedIn: Professional networking platform (rate limited)
- Indeed: Largest job search engine (most reliable)
- Glassdoor: Jobs with company reviews and salaries
- ZipRecruiter: Job matching for US/Canada
- Google Jobs: Aggregated job listings
- Bayt: Middle East job portal
- Naukri: India's leading job portal
- BDJobs: Bangladesh job portal
🌎 Supported Countries
The server supports 50+ countries including:
- USA, Canada, UK, Australia
- Germany, France, Spain, Italy
- India, Singapore, Japan, South Korea
- And many more...
Use get_supported_countries tool for the complete list.
🚨 Rate Limiting & Best Practices
- LinkedIn: Most restrictive, use sparingly
- Indeed: Most reliable, good for large searches
- Start small: Begin with 10-15 results
- Use filtering: Leverage job_type, hours_old, is_remote filters
- Be specific: Use targeted search terms for better results
🔍 Advanced Search Examples
Remote Software Jobs
{
"search_term": "software engineer",
"location": "Remote",
"is_remote": true,
"site_name": ["indeed", "zip_recruiter"],
"results_wanted": 20
}
Recent Data Science Jobs
{
"search_term": "data scientist",
"location": "San Francisco, CA",
"hours_old": 48,
"site_name": ["linkedin", "glassdoor"],
"linkedin_fetch_description": true
}
Entry Level Positions
{
"search_term": "junior developer",
"job_type": "fulltime",
"easy_apply": true,
"site_name": ["indeed", "zip_recruiter"],
"results_wanted": 30
}
🧪 Testing
Run the test suite:
# With uv
uv run pytest
# With pip
pip install pytest
pytest
# Run specific tests
uv run pytest test_jobspy_mcp.py -v
# Run integration tests only
uv run pytest test_jobspy_mcp.py::TestJobSpyIntegration -v
🤝 Contributing
- Fork the repository
- Create a feature branch
- Make your changes
- Add tests if applicable
- Submit a pull request
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
🔧 Troubleshooting
Common Issues
"Module not found" errors
- Ensure all dependencies are installed:
uv syncorpip install -e .
"No results found"
- Try broader search terms
- Check different job boards
- Verify location spelling
Rate limiting/blocking
- Reduce
results_wantedparameter - Use different job boards (avoid LinkedIn for large searches)
- Add delays between searches
Claude Desktop not detecting tools
- Verify configuration file path and JSON syntax
- Restart Claude Desktop after configuration changes
- Check server logs for errors
Getting Help
- Check the comprehensive
get_job_search_tipstool - Review the example queries above
- Start with small searches and expand gradually
- Use verbose logging (
verbose=2) for debugging
🚀 Quick Start
- Install:
uv sync - Test:
uv run mcp dev -m jobspy_mcp_server - Configure Claude Desktop with the server
🐍 Direct Python Execution
After installation, you can also run the server directly:
# Run with Python module syntax
python -m jobspy_mcp_server
# Run with uv
uv run python -m jobspy_mcp_server
- Ask Claude: "Find me remote Python jobs using JobSpy"
Happy job hunting! 🎯
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。