Design
uxjobs.io
An MCP server for searching UX, product design, and design leadership job listings, with company hiring ranks and salary/hiring market snapshots.
ENDPOINT 1
https://mcp.uxjobs.io/mcp
MCP server metadata
- Name
- UX Jobs
- Version
- 1.0.0
Search and browse live UX, product-design and UX-research job listings aggregated by UX Jobs (jobs.uxjobs.io) from 60+ applicant-tracking systems. Data is refreshed several times a day and every role links to its page on jobs.uxjobs.io. Attribution: "UX Jobs — jobs.uxjobs.io".
Known tools 7
search_jobsSearch live UX, product-design, UX-research, content-design and design-leadership roles on jobs.
Inferred read-onlyget_jobReturn one job listing in detail — location, workplace, posted salary, employer apply link, and a description excerpt when the source provides one — by the id returned from search_jobs (or the jobs.
Inferred read-onlysalary_snapshotMedian and quartile posted salary (annual USD, from roles that state a range) by seniority level, optionally filtered by country, remote, discipline or keywords.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.ux-jobs]
url = "https://mcp.uxjobs.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ux-jobs": {
"type": "http",
"url": "https://mcp.uxjobs.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ux-jobs
Remote MCP URL: https://mcp.uxjobs.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"ux-jobs": {
"url": "https://mcp.uxjobs.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ux-jobs": {
"type": "http",
"url": "https://mcp.uxjobs.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ux-jobs",
"transport": "streamable-http",
"url": "https://mcp.uxjobs.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.