Remote Jobs MCP Server
Access Jobicy remote job listings and filter by industry or location within AI agents.
Data last scanned today · Reviewed today
Overview
The Remote Jobs MCP Server integrates Jobicy’s remote job database directly into MCP-compatible AI assistants. It enables users to programmatically search, filter, and retrieve thousands of job opportunities across more than 20 professional industries. Developers can leverage the get_jobs tool to refine searches by count, geographic region, and industry category, or use get_taxonomies to identify valid filtering slugs. The server supports multiple connection methods including a hosted public endpoint, SSE transport, and local stdio execution.
Our verdict
This server carries a high risk level with a security score of 33/100. It is community-maintained rather than official and lacks an editorially reviewed authentication method. Given these security findings, users should proceed with caution and prefer evaluating the local installation option to maintain tighter control over their environment.
- Provides access to thousands of worldwide remote job listings.
- Features zero direct dependencies to minimize supply-chain risk.
- Includes documentation for streamable HTTP and stdio transport configurations.
- Maintained by the community without official vendor oversight.
- Authentication methods have not yet been editorially reviewed.
- Repository shows limited engagement with only two GitHub stars.
Tools
| Tool | Description | Risk |
|---|---|---|
| get_jobs | Fetches a structured list of remote jobs. Supports filtering by count, region, category, and keywords. | low |
| get_taxonomies | Retrieves valid filter slugs for regions or categories. | low |
Compatibility
| Client | Local | Docker | Remote | Read-only |
|---|---|---|---|---|
| Claude Desktop | ||||
| Cursor | ||||
| VS Code | ||||
| Windsurf | ||||
| ChatGPT |
Frequently asked questions
›What transport methods does the Jobicy MCP server support?
The server supports three transport methods: a recommended streamable HTTP endpoint, a legacy SSE endpoint, and local execution via stdio.
›How can I find valid filters for job categories or locations?
You can use the get_taxonomies tool to retrieve valid slugs for available industry categories and geographical regions.
›What information can be filtered when searching for jobs?
The get_jobs tool allows filtering by the number of results, geographical region, industry category, and specific keywords.
›What are the requirements for running the server locally?
Local execution requires cloning the repository, installing dependencies via npm, and configuring your client to run the server script with the --stdio flag using node.
Alternatives
Badge
Maintain this server? Add the live badge to your README.