jobs-mcp
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.
README
jobs-mcp
MCP server for searching jobs across multiple boards and drafting proposals automatically.
Features
- Multi-source search -- RemoteOK, Hacker News "Who is Hiring", Arbeitnow, GitHub Issues
- Upwork scraping -- HTML-based job search with fallback strategies
- Proposal drafting -- Auto-selects from 4 templates (MCP, AI Agent, Discord, General) based on keyword scoring
- Job scan -- Single command to sweep all sources at once
- Profile storage -- Built-in profile for quick reference during applications
Tools
| 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 |
Setup
npm install
npm run build
MCP Client Config
Add to your MCP client configuration:
{
"mcpServers": {
"jobs": {
"command": "node",
"args": ["path/to/jobs-mcp/dist/index.js"]
}
}
}
Stack
- TypeScript
- @modelcontextprotocol/sdk
- Zod for input validation
- No API keys required (all free/public APIs)
How Proposal Drafting Works
The draft_proposal tool scores a job description against 4 templates:
- Template A -- MCP / Model Context Protocol projects
- Template B -- AI agents, autonomous systems, LLM integration
- Template C -- Discord bots and server management
- Template D -- General TypeScript/Python backend work
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.
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.