A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Official Model Context Protocol (MCP) server to search, filter, and retrieve live remote job listings from the Jobicy da
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.
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).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"
}
}
}
For older MCP clients that require SSE transport:
{
"mcpServers": {
"jobicy-jobs": {
"url": "https://jobicy.com/mcp/sse",
"type": "sse"
}
}
}
If you prefer to run the server locally on your machine:
npm installnode and the --stdio flag:{
"mcpServers": {
"jobicy-jobs-local": {
"command": "node",
"args": ["/path/to/your/cloned/folder/server.js", "--stdio"]
}
}
}
MIT
MCP server integration for DaVinci Resolve Studio
A trilingual (繁中 / English / 简中) learning roadmap for agentic AI: from LLM basics to multi-agent systems, with 240+ cura
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots