Skip to main content
Glama
jaytuduri

Job Search MCP Server

by jaytuduri

Job Search MCP Server

An MCP server that lets an MCP-compatible assistant search public job listings. It currently uses EURES and does not require an API key.

Setup

Requires Python 3.11+ and uv.

uv sync
uv run pytest

Related MCP server: MCP Job Search Server

Run

Run the server directly over stdio:

uv run job-search-mcp

Docker

Build and run the public Streamable HTTP server. It listens on port 8000 and allows 60 requests per IP per 60 seconds by default.

docker build -t job-search-mcp .
docker run --rm -p 8000:8000 job-search-mcp

The MCP endpoint is http://localhost:8000/mcp. Adjust the limiter with RATE_LIMIT_REQUESTS and RATE_LIMIT_WINDOW. This limiter is in-memory and is intended for one container instance; use a proxy or shared store when scaling.

For Claude Desktop, add this entry to its MCP configuration:

{
  "mcpServers": {
    "job-search": {
      "command": "uv",
      "args": ["--directory", "/absolute/path/to/jobfinder", "run", "job-search-mcp"]
    }
  }
}

Tools

  • search_jobs: filter by keywords, location, remote-only status, and result limit.

  • job_search_sources: see provider and credential information.

Search results include title, company, location, remote status, description, tags, and a direct listing URL. Listings come from a third-party provider and should be checked before applying.

Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Enables users to search LinkedIn's public job listings with advanced filters like location, salary, and experience level. It allows MCP-compatible clients to retrieve real-time job opportunities without requiring LinkedIn authentication or API keys.
    Last updated
    1
    2
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Unified job search MCP server that aggregates live listings from multiple job boards with deduplication, enabling AI agents to find and filter jobs by keyword and location.
    Last updated
    MIT
  • F
    license
    -
    quality
    B
    maintenance
    Enables job search on LinkedIn through MCP tools, including keyword and location search, filtering by remote, easy apply, experience level, job type, and date, and retrieving job details.
    Last updated

View all related MCP servers

Related MCP Connectors

  • Search remote and onsite jobs through the public Corvi Careers MCP server.

  • Google Jobs listings with direct apply links via the Apify Google Jobs Scraper, hosted MCP.

  • Search live startup jobs from Claude, Cursor, or ChatGPT via MCP. Free, no account needed.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jaytuduri/jobby-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server