← Registry

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.

1 endpoint7 known toolsFirst detected September 13, 2026Last detected September 13, 2026

ENDPOINT 1

https://mcp.uxjobs.io/mcp

No auth detected

MCP server metadata

Name
UX Jobs
Version
1.0.0
Capabilities
tools.listChangedresources.listChanged
Server instructions

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_jobs

Search live UX, product-design, UX-research, content-design and design-leadership roles on jobs.

Inferred read-only
get_job

Return 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-only
companies_hiring

Rank companies by number of open UX/product-design roles on jobs.

Inferred read-only
salary_snapshot

Median 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-only
hiring_snapshot

A statistical snapshot of the design job market on jobs.

Inferred read-only
search

Keyword search over live UX & product-design job listings on jobs.

Inferred read-only
fetch

Retrieve one job listing from jobs.

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.