A Model Context Protocol (MCP) server that provides AI assistants with access to the [Adzuna Job Search API](https://developer.adzuna.com/). Search
A Model Context Protocol (MCP) server that provides AI assistants with access to the Adzuna Job Search API. Search for jobs, analyze salary data, and research employers across 12 countries. That is what the adzuna job search mcp mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
The server publishes 7 tools. What each one is for:
search_jobs — Search for jobs with filters (keywords, location, salary, job type)get_categories — Get valid job category tags for a countryget_salary_histogram — Get salary distribution data for job searchesget_top_companies — Get top employers by number of open positionsget_geodata — Get salary data broken down by geographic regionget_salary_history — Get historical salary trends over timeget_api_version — Get current Adzuna API versionConfiguration is passed through the environment: ADZUNA_APP_ID, ADZUNA_APP_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
adzuna-mcp on PyPI is all you need. Most clients run it directly, so configuration is a few lines and a restart.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Adzuna Job Search MCP's toolset — search_jobs, get_categories, get_salary_histogram and 4 more — is a fair guide to whether it matches your workflow. It is maintained by folathecoder; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| search_jobs | Search for jobs with filters (keywords, location, salary, job type) |
| get_categories | Get valid job category tags for a country |
| get_salary_histogram | Get salary distribution data for job searches |
| get_top_companies | Get top employers by number of open positions |
| get_geodata | Get salary data broken down by geographic region |
| get_salary_history | Get historical salary trends over time |
| get_api_version | Get current Adzuna API version |
{
"mcpServers": {
"adzuna-jobs": {
"command": "/path/to/adzuna-mcp/venv/bin/python",
"args": ["/path/to/adzuna-mcp/server.py"],
"env": {
"ADZUNA_APP_ID": "your_app_id",
"ADZUNA_APP_KEY": "your_app_key"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| ADZUNA_APP_ID | Configuration value read at startup. | Optional |
| ADZUNA_APP_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.