Remote Jobs MCP Server
OfficialJobicy 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.
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
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Flicense-qualityDmaintenanceEnables 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
- Flicense-qualityDmaintenanceA 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.
- FlicenseAqualityDmaintenanceA 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.119
- AlicenseBqualityDmaintenanceA 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.11MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server for AI job search — find jobs, track applications, get alerts. Claude, ChatGPT, Cursor.
Search live startup jobs from Claude, Cursor, or ChatGPT via MCP. Free, no account needed.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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