Jobicy Remote Jobs MCP Server
Official MCP server for Jobicy, providing AI assistants with access to thousands of remote jobs from leading 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).
Related MCP server: jobs-mcp
Usage
You can connect to this server in three ways: via our hosted public endpoint, via legacy SSE, or by running it locally using stdio.
1. Streamable HTTP (Recommended)
The default transport for all modern MCP clients (Claude.ai, Cursor, Cline, etc.).
Add this to your claude_desktop_config.json or equivalent:
{
"mcpServers": {
"jobicy-jobs": {
"url": "https://jobicy.com/mcp"
}
}
}2. Legacy SSE Endpoint
For older MCP clients that require SSE transport:
{
"mcpServers": {
"jobicy-jobs": {
"url": "https://jobicy.com/mcp/sse",
"type": "sse"
}
}
}3. Local Installation (via Stdio)
If you prefer to run the server locally on your machine:
Clone this repository.
Install dependencies:
npm installAdd the server to your configuration using
nodeand the--stdioflag:
{
"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
