Remote Jobs Mcp Server
@Jobicy
About Remote Jobs Mcp Server
Official Model Context Protocol (MCP) server to search, filter, and retrieve live remote job listings from the Jobicy database in real-time. Works with Claude Code, Cursor, Cline, and custom AI agents.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"jobicy-jobs": {
"url": "https://jobicy.com/mcp"
}
}
}Tools
2Fetches a structured list of remote jobs from the Jobicy database. Safe GET request with zero side-effects. No authentication required. Returns a JSON-encoded array of job listings sorted by publication date (newest first). Each job includes id, url, jobTitle, companyName, companyLogo, jobIndustry, jobType, jobGeo, jobLevel, jobExcerpt, jobDescription, salary information (when available), and pubDate. Geographic filtering is candidate-availability based rather than exact location matching. Results may include jobs whose geographic eligibility covers the requested location through country, region, multi-region, or global availability. For example, a request for geo='hungary' may return jobs tagged Hungary, Europe, EMEA, Anywhere, or other geographic groups that explicitly include Hungary within their eligible hiring regions. Always call 'get_taxonomies' first to discover valid location and industry slugs before filtering. Use the 'count' parameter to specify how many jobs to return (1–100, default 100). Rate limits: standard public API limits apply; avoid aggressive polling.
Retrieves available filter slugs for locations or industries to prevent formatting errors. Read-only metadata request with no side-effects. No authentication required. Returns a JSON object containing valid slugs. Use this tool before get_jobs when you need to verify if a specific region or category slug exists.
Overview
What is Remote Jobs Mcp Server?
The official MCP server for Jobicy, providing AI assistants with access to over 150,000 remote job opportunities from companies worldwide across 20+ professional industries.
How to use Remote Jobs Mcp Server?
Connect AI clients like Claude, Cursor, or Cline via a public SSE endpoint at https://jobicy.com/mcp, or run the server locally by cloning the repo, installing dependencies with npm install, and configuring with node and the --stdio flag.
Key features of Remote Jobs Mcp Server
- Search over 150,000 remote job listings
- Filter by region, industry, and keywords
- Retrieve real-time job data from Jobicy
- Fetch valid filter slugs for regions and categories
- Works with Claude, Cursor, Cline, and MCP tools
- Choose hosted SSE or local stdio deployment
Use cases of Remote Jobs Mcp Server
- AI assistant helps users find remote software engineering jobs
- Recruiter filters global remote roles by industry and region
- Automated job search agent queries real-time openings by keyword
- Developer builds a custom MCP client for remote job exploration
FAQ from Remote Jobs Mcp Server
What tools does Remote Jobs Mcp Server provide?
It offers get_jobs to fetch remote jobs with filters and get_taxonomies to retrieve valid region and category slugs.
How do I connect my AI client?
Use the public SSE endpoint by adding "url": "https://jobicy.com/mcp" to your client's MCP server configuration (e.g., claude_desktop_config.json).
Can I run the server locally?
Yes, clone the repository, run npm install, and configure your client to use node with --stdio pointing to the server script.
What data does this server access?
It accesses the Jobicy database of over 150,000 remote job listings across 20+ industries.
Do I need an API key or authentication?
No. The README describes direct connection via the public SSE endpoint or local installation without requiring any key or authentication.
Frequently asked questions
What tools does Remote Jobs Mcp Server provide?
It offers `get_jobs` to fetch remote jobs with filters and `get_taxonomies` to retrieve valid region and category slugs.
How do I connect my AI client?
Use the public SSE endpoint by adding `"url": "https://jobicy.com/mcp"` to your client's MCP server configuration (e.g., `claude_desktop_config.json`).
Can I run the server locally?
Yes, clone the repository, run `npm install`, and configure your client to use `node` with `--stdio` pointing to the server script.
What data does this server access?
It accesses the Jobicy database of over 150,000 remote job listings across 20+ industries.
Do I need an API key or authentication?
No. The README describes direct connection via the public SSE endpoint or local installation without requiring any key or authentication.
Basic information
More Developer Tools MCP servers

Moxie Docs
Jackalope-DevAutomated codebase documentation for GitHub: searchable docs, MCP context for AI agents, doc drift detection, and Friday Cleanup PRs.

SSH MCP Server
hypnosisSSH MCP server for AI agents: remote commands, file transfer, log search and server audits through OpenSSH.
OrangePro
Aamir SiddiquiOrangePro local-first CLI + MCP server for behavior mapping, grounded test generation, and dynamic proof.

Repo Test Architect
RepoAssayLocal-first, read-only MCP server for evidence-backed repository test architecture audits and test planning.
Agent Conductor
icohangar-opsAgent conductor — AGENTS.md contract parser, SKILL.md registry, CHP decision engine over MCP
Comments