Description
Integrates with the Adzuna Job Search API to provide comprehensive job market intelligence. Offers tools for searching millions of job listings with filters for location, salary, and job type, plus salary analytics including distribution data, regional comparisons, and historical trends. Supports employer research to identify top hiring companies across 12 international markets with local currency support.
Installation
git clone https://github.com/folathecoder/adzuna-job-search-mcp Claude Desktop Configuration
Add this configuration to your Claude Desktop config file to enable this MCP server:
Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json
Config file location: %APPDATA%\Claude\claude_desktop_config.json
Config file location: ~/.config/Claude/claude_desktop_config.json
claude_desktop_config.json
{
"mcpServers": {
"adzuna-job-search": {
"command": "node",
"args": [
"path/to/server.js"
]
}
}
}