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.
概要
Jobicy Remote Jobs MCP Server
Official MCP server for Jobicy, providing AI assistants with access to over 150,000 remote job opportunities from companies worldwide across 20+ professional industries.
AI clients such as Claude, Cursor, Cline, and other MCP-compatible tools can search, filter, and retrieve real-time remote jobs directly from the Jobicy database.
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).
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
サーバー設定
{
"mcpServers": {
"jobicy-jobs": {
"url": "https://jobicy.com/mcp"
}
}
}