Remote Jobs MCP Server
OfficialJobicy Remote Jobs MCP Server
An official Model Context Protocol (MCP) server for the Jobicy remote jobs database. This server allows AI models (like Claude, Cursor, Cline) to interact directly with real-time remote job listings.
Available Tools
get_jobs: Fetches a structured list of remote jobs. Supports filtering by count, region (geo), category (industry), and keywords (tag).get_taxonomies: Retrieves valid filter slugs for regions (locations) or categories (industries).
Related MCP server: jobs-mcp
Usage
You can connect to this server in two ways: via our hosted public SSE endpoint, or by running it locally using stdio.
1. Public SSE Endpoint (Recommended)
You can connect your AI clients directly to our cloud-hosted server. Add this to your claude_desktop_config.json or Cursor settings:
{
"mcpServers": {
"jobicy-jobs": {
"url": "https://jobicy.com/mcp"
}
}
}2. Local Installation (via Stdio)
If you prefer to run the server locally on your machine:
Clone this repository.
Install dependencies: npm install
Add the server to your configuration using node and the --stdio flag:
{
"mcpServers": {
"jobicy-jobs-local": {
"command": "node",
"args": ["/path/to/your/cloned/folder/server.js", "--stdio"]
}
}
}License
MIT
Maintenance
Tools
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/Jobicy/remote-jobs-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server