Job Search MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Job Search MCP ServerFind remote Python developer jobs in Europe"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 pytestRelated MCP server: MCP Job Search Server
Run
Run the server directly over stdio:
uv run job-search-mcpDocker
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-mcpThe 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.
Maintenance
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
- AlicenseAqualityCmaintenanceEnables 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 updated12MIT
- Flicense-qualityBmaintenanceEnables AI agents to scrape job offers and filter them based on user-defined criteria, using MCP resources, prompts, and tools.Last updated
- Alicense-qualityCmaintenanceUnified 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 updatedMIT
- Flicense-qualityBmaintenanceEnables 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
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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