Command Palette

Search for a command to run...

UnylyUnyly
Browse all

workopia/workopia-mcp

FreeNot checked

Official [Workopia](https://workopia.io) MCP server. Global job search (5M+ daily active jobs from employer career pages and ATS feeds like Lever/Greenhouse), P

GitHubEmbed

About

Official Workopia MCP server. Global job search (5M+ daily active jobs from employer career pages and ATS feeds like Lever/Greenhouse), PDF resume generation with multiple templates, AI resume tailoring per job description, cover letter generation, and career advice. Free hosted endpoint https://workopia.io/api/mcp-gpt — no API key required.

README

Job search, resume tailoring, cover letters & application tracking — available via the Model Context Protocol for Claude Code, Claude Desktop, Cursor, Windsurf, and other MCP clients.

Note: This is a hosted MCP server. Connect via the public endpoint below and sign in with Workopia (OAuth) — no API key to manage. All tools require a free Workopia sign-in; searching, job detail, resume tailoring, cover letters, and your dashboard are all scoped to your account. Resume tailoring and cover letters run on your own AI client's model — Workopia hosts no LLM and never charges for AI.

Endpoint

https://workopia.io/api/mcp-jobs
  • Transport: Streamable HTTP
  • Auth: OAuth 2.0 (Dynamic Client Registration + PKCE; handled automatically by the client)
  • Website: https://workopia.io

Install as a Claude Code plugin

/plugin marketplace add workopia/workopia-mcp
/plugin install workopia-jobs

On first tool use, Claude Code opens the Workopia OAuth flow in your browser; the token is then stored and refreshed automatically.

Tools

Tool What it does
job_tool Search millions of live jobs across 90+ countries (employer career pages + ATS feeds — Lever, Greenhouse, Workday). Save a job to your account (sign-in).
job_detail_tool Full detail for a single job — salary, requirements, skills, company.
tailor_resume_tool Tailor your resume to a specific job description.
cover_letter_tool Draft a cover letter for a specific role.
dashboard_tool Open your Workopia dashboard — saved, tailored & applied jobs + latest resume (sign-in).

Quick start (manual config)

Claude Desktop — add to claude_desktop_config.json:

{
  "mcpServers": {
    "workopia": {
      "type": "streamable-http",
      "url": "https://workopia.io/api/mcp-jobs"
    }
  }
}

Cursor.cursor/mcp.json:

{
  "mcpServers": {
    "workopia": { "url": "https://workopia.io/api/mcp-jobs" }
  }
}

ChatGPT — search "Workopia" in the ChatGPT App Store.

Also listed on

Live on Glama

workopia-mcp MCP server

Quota

Free at launch. A free Workopia sign-in (OAuth) is required to use the tools — searching, job detail, resume tailoring, cover letters, and your dashboard. Need a higher quota or a custom arrangement? Email [email protected].

Report a bug / request a feature

Found something broken or want a tool improved? Open an issue — this repo is where we track bugs and feedback for the Workopia MCP server and Claude Code plugin. For account, billing, or anything private, email [email protected].

About

Built by HERAAI PTY LLC. Privacy policy: https://workopia.io/privacy

from github.com/workopia/workopia-mcp

Install workopia/workopia-mcp in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install workopia-workopia-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add workopia-workopia-mcp -- npx -y github:workopia/workopia-mcp

FAQ

Is workopia/workopia-mcp MCP free?

Yes, workopia/workopia-mcp MCP is free — one-click install via Unyly at no cost.

Does workopia/workopia-mcp need an API key?

No, workopia/workopia-mcp runs without API keys or environment variables.

Is workopia/workopia-mcp hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install workopia/workopia-mcp in Claude Desktop, Claude Code or Cursor?

Open workopia/workopia-mcp on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare workopia/workopia-mcp with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs