loading…
Search for a command to run...
loading…
Enables searching for job opportunities across multiple platforms like Upwork, RemoteOK, and GitHub while automatically generating tailored application proposal
Enables searching for job opportunities across multiple platforms like Upwork, RemoteOK, and GitHub while automatically generating tailored application proposals based on keyword scoring. It includes tools for scanning all sources simultaneously and managing a professional profile for quick reference during applications.
MCP server for searching jobs across multiple boards and drafting proposals automatically.
| Tool | Description |
|---|---|
search_remote_jobs |
Search RemoteOK by tags (typescript, ai, python, etc.) |
search_hn_jobs |
Search HN "Who is Hiring" threads via Algolia API |
search_github_jobs |
Search GitHub issues/discussions for job postings |
search_arbeitnow_jobs |
Search Arbeitnow with remote filter |
search_upwork_jobs |
Scrape Upwork job listings by keyword |
draft_proposal |
Generate a tailored proposal from a job description |
job_scan |
Sweep all sources at once with multiple keywords |
my_profile |
Return saved profile, skills, and project portfolio |
npm install
npm run build
Add to your MCP client configuration:
{
"mcpServers": {
"jobs": {
"command": "node",
"args": ["path/to/jobs-mcp/dist/index.js"]
}
}
}
The draft_proposal tool scores a job description against 4 templates:
Keywords in the job title and description are matched against each template. The highest-scoring template is selected and combined with a custom opening that references the specific technologies mentioned in the listing.
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"jobs-mcp": {
"command": "npx",
"args": []
}
}
}