Workopia MCP Server
Rank #9,054io.github.Shuangshuang007/workopia
Workopia - free MCP for global job search, PDF resume builder, and AI career advice.
Workopia MCP Server is a Model Context Protocol (MCP) server published by workopia. It ranks #9,054 of 115,460 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. Workopia MCP Server is listed across 3 registries — Official MCP, Glama and mcp.so, with 2 tracked versions. It was first listed on Apr 7, 2026 and most recently updated on Apr 15, 2026.
Ranks ahead of 106,406 of 115,460 servers on MCP Toplist.
Use Workopia MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add workopia -- npx -y @shuang_workopia/workopia-mcp[mcp_servers.workopia]
command = "npx"
args = ["-y", "@shuang_workopia/workopia-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"workopia": {
"command": "npx",
"args": [
"-y",
"@shuang_workopia/workopia-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"workopia": {
"command": "npx",
"args": [
"-y",
"@shuang_workopia/workopia-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"workopia": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@shuang_workopia/workopia-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"workopia": {
"command": "npx",
"args": [
"-y",
"@shuang_workopia/workopia-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"workopia": {
"command": "npx",
"args": [
"-y",
"@shuang_workopia/workopia-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Shuangshuang007%2Fworkopia)<a href="https://mcptoplist.com/server/io.github.Shuangshuang007%2Fworkopia"><img src="https://mcptoplist.com/badge/io.github.Shuangshuang007%2Fworkopia.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
workopia
Available versions (2)
| Version | Published |
|---|---|
| 1.0.1 | Apr 15, 2026 |
| 1.0.0 | Apr 7, 2026 |
Frequently asked questions
- Who maintains Workopia MCP Server?
- Workopia MCP Server is maintained by workopia, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Workopia MCP Server listed on the Official MCP Registry?
- Yes — Workopia MCP Server is listed on the Official MCP Registry, alongside Glama and mcp.so.
- How many versions does Workopia MCP Server have?
- MCP Toplist tracks 2 versions of Workopia MCP Server, most recently published on Apr 15, 2026.
- Where can I find the source code for Workopia MCP Server?
- The source code for Workopia MCP Server is hosted at github.com/workopia/workopia-mcp.