Job Search MCP
Rank #20,277io.github.Servation/job-search-mcp
Claude searches real job boards, scores each job 0-100 for fit, and shows a ranked board.
Job Search MCP is a Model Context Protocol (MCP) server published by servation. It ranks #20,277 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Job Search MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jun 30, 2026 and most recently updated on Aug 21, 2026.
Ranks ahead of 95,314 of 115,591 servers on MCP Toplist.
Use Job Search MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add job-search-mcp -e "JOB_SEARCH_MCP_DATA=<your JOB_SEARCH_MCP_DATA>" -e "LINKEDIN_LI_AT=<your LINKEDIN_LI_AT>" -e "LINKEDIN_JSESSIONID=<your LINKEDIN_JSESSIONID>" -- npx -y @servation/job-search-mcpReplace each placeholder with your own value before saving.
[mcp_servers.job-search-mcp]
command = "npx"
args = ["-y", "@servation/job-search-mcp"]
[mcp_servers.job-search-mcp.env]
JOB_SEARCH_MCP_DATA = "<your JOB_SEARCH_MCP_DATA>"
LINKEDIN_LI_AT = "<your LINKEDIN_LI_AT>"
LINKEDIN_JSESSIONID = "<your LINKEDIN_JSESSIONID>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"job-search-mcp": {
"command": "npx",
"args": [
"-y",
"@servation/job-search-mcp"
],
"env": {
"JOB_SEARCH_MCP_DATA": "<your JOB_SEARCH_MCP_DATA>",
"LINKEDIN_LI_AT": "<your LINKEDIN_LI_AT>",
"LINKEDIN_JSESSIONID": "<your LINKEDIN_JSESSIONID>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"job-search-mcp": {
"command": "npx",
"args": [
"-y",
"@servation/job-search-mcp"
],
"env": {
"JOB_SEARCH_MCP_DATA": "<your JOB_SEARCH_MCP_DATA>",
"LINKEDIN_LI_AT": "<your LINKEDIN_LI_AT>",
"LINKEDIN_JSESSIONID": "<your LINKEDIN_JSESSIONID>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"job-search-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@servation/job-search-mcp"
],
"env": {
"JOB_SEARCH_MCP_DATA": "<your JOB_SEARCH_MCP_DATA>",
"LINKEDIN_LI_AT": "<your LINKEDIN_LI_AT>",
"LINKEDIN_JSESSIONID": "<your LINKEDIN_JSESSIONID>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"job-search-mcp": {
"command": "npx",
"args": [
"-y",
"@servation/job-search-mcp"
],
"env": {
"JOB_SEARCH_MCP_DATA": "<your JOB_SEARCH_MCP_DATA>",
"LINKEDIN_LI_AT": "<your LINKEDIN_LI_AT>",
"LINKEDIN_JSESSIONID": "<your LINKEDIN_JSESSIONID>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"job-search-mcp": {
"command": "npx",
"args": [
"-y",
"@servation/job-search-mcp"
],
"env": {
"JOB_SEARCH_MCP_DATA": "<your JOB_SEARCH_MCP_DATA>",
"LINKEDIN_LI_AT": "<your LINKEDIN_LI_AT>",
"LINKEDIN_JSESSIONID": "<your LINKEDIN_JSESSIONID>"
}
}
}
}Replace each placeholder with your own value before saving.
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.Servation%2Fjob-search-mcp)<a href="https://mcptoplist.com/server/io.github.Servation%2Fjob-search-mcp"><img src="https://mcptoplist.com/badge/io.github.Servation%2Fjob-search-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
servation
Other servers by servation
View all servation servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.3 | Aug 21, 2026 |
| 0.1.1 | Jul 1, 2026 |
Frequently asked questions
- Who maintains Job Search MCP?
- Job Search MCP is maintained by servation, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Job Search MCP listed on the Official MCP Registry?
- Yes — Job Search MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Job Search MCP have?
- MCP Toplist tracks 2 versions of Job Search MCP, most recently published on Aug 21, 2026.
- Where can I find the source code for Job Search MCP?
- The source code for Job Search MCP is hosted at github.com/servation/job-search-mcp.