Skip to main content
Glama
Jobicy

Remote Jobs MCP Server

Official
by Jobicy

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 Server

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.

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:

  1. Clone this repository.

  2. Install dependencies: npm install

  3. 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


remote-jobs-mcp-server MCP server

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    Enables searching for job opportunities across multiple platforms like Upwork, RemoteOK, and GitHub while automatically generating tailored application proposals based on keyword scoring. It includes tools for scanning all sources simultaneously and managing a professional profile for quick reference during applications.
    1
  • F
    license
    -
    quality
    D
    maintenance
    A Node.js and TypeScript server that enables searching for job listings and accessing job market statistics via the Model Context Protocol. It provides tools for job queries and arithmetic operations alongside resources for featured listings and market data.
  • F
    license
    A
    quality
    D
    maintenance
    A Model Context Protocol server that enables AI agents to search, analyze, and apply for Upwork jobs autonomously. It facilitates specialized job scoring, proposal submission, and integrated client messaging through a combination of browser automation and API access.
    11
    9
  • A
    license
    B
    quality
    D
    maintenance
    A fast, secure, and LLM-friendly Model Context Protocol (MCP) server that scrapes job listings from major platforms (LinkedIn, Indeed, Google) and converts them into structured Markdown format.
    1
    1
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

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