workopia-mcp
OfficialThe Workopia MCP server provides tools for job searching, resume management, cover letter generation, and career planning — powered by your own AI client.
Search for jobs (
job_tool): Search millions of live job listings across 90+ countries from employer career pages and ATS feeds. Filter by location, job title, company, work mode, employment type, and more. Optionally pass your resume or profile for closer matching.Refine job results (
job_toolwithaction=refine): Refine prior search results based on feedback or preferences.Get job details (
job_toolwithaction=detail): Retrieve full details for a specific listing — salary, requirements, skills, and company info.Tailor your resume (
resume_toolwithaction=tailor): Optimize or rewrite your resume content to better match a specific job description.Generate a formatted resume (
resume_toolwithaction=generate): Create a styled, formatted, or downloadable PDF resume using various templates (e.g.workopia_classic,workopia_modern). Accepts plain text or JSON Resume format; returns a preview URL and PDF download URL.Draft cover letters (
cover_letter_tool): Generate a cover letter tailored to a specific role.View your dashboard (
dashboard_tool): Access your Workopia dashboard to see saved, tailored, and applied jobs, plus your latest resume.Career transition planning (
career_tool): Get career advice based on your current role, years of experience, skills, industry, and location.
Listed on the MCP Registry (io.github.Shuangshuang007/workopia), providing discoverability and distribution through GitHub's MCP ecosystem.
Integrates with Greenhouse ATS feeds to provide job search capabilities, allowing users to access millions of jobs sourced directly from employer career pages and Greenhouse systems.
Available as an npm package (@shuang_workopia/workopia-mcp) for distribution and installation, making the MCP server accessible through the npm ecosystem.
Workopia MCP Server
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-jobsTransport: 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-jobsOn 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 |
| Search millions of live jobs across 90+ countries (employer career pages + ATS feeds — Lever, Greenhouse, Workday). Save a job to your account (sign-in). |
| Full detail for a single job — salary, requirements, skills, company. |
| Tailor your resume to a specific job description. |
| Draft a cover letter for a specific role. |
| 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
MCP Registry:
io.github.Shuangshuang007/workopiaOpenClaw ClawHub:
Shuangshuang007/workopia
Live on Glama
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 shuang@heraai.one.
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 shuang@heraai.one.
About
Built by HERAAI PTY LLC. Privacy policy: https://workopia.io/privacy
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/workopia/workopia-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server