Job Search MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Job Search MCP ServerFind remote React developer jobs with application links"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
job-mcp
Job Search MCP Server
A simple MCP server that allows Claude to search for developer jobs and provide job application links.
Related MCP server: SQLite MCP Server
Features
Search frontend developer jobs
Search React jobs
Search Vue.js jobs
Search Angular jobs
Search TypeScript jobs
Search Next.js jobs
Get job application links
Uses Python
Uses SQLite for local job data
How it Works:
User
|
v
Claude
|
v
MCP Server
|
v
Job Search
|
v
SQLite Database
|
v
Matching Jobs
|
v
Job Details + Application LinkExample Prompts
Basic
Find frontend developer jobsSearch for frontend jobsShow me remote frontend developer rolesSkill-Specific
Find React developer jobsSearch for Vue.js positionsShow me Angular developer jobsFind TypeScript frontend rolesSearch for Next.js developer jobsExample Result
Frontend Engineer - React and AWS
https://jobicy.com/jobs/145744-frontend-engineer-react-and-awsTech Stack
Python
MCP
SQLite
Claude Desktop
Project Structure
job-mcp/
│
├── server.py
├── providers.py
├── database.py
├── requirements.txt
├── jobs.db
└── README.mdInstallation
Clone the repository:
git clone https://github.com/Pradesha3112/job-mcp.gitGo to the project folder:
cd job-mcpCreate a virtual environment:
python -m venv .venvActivate the virtual environment on Windows:
.venv\Scripts\activateInstall the required packages:
pip install -r requirements.txtRun the MCP Server
Start the server using:
python server.pyThe server is designed to communicate with Claude through MCP.
Author
Pradesha3112
GitHub: https://github.com/Pradesha3112
Screenshots:
This server cannot be deployed
Maintenance
Related MCP Connectors
Search remote tech jobs, inspect descriptions, compare roles, and retrieve application links.
AI job search for Claude, ChatGPT, Cursor. 170K+ jobs, 3,800+ companies. OAuth or stdio.
Search job postings, companies, and technology stacks across 10M+ companies.
Job platform for AI agents. Track tech jobs from companies that match your stack.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceProvides database access capabilities to Claude with support for both SQLite and SQL Server databases. It enables users to manage schemas, execute SQL queries, and export results through natural language interaction.676 npmMIT
- AlicenseNot gradedqualityDmaintenanceEnables natural language interaction with local SQLite databases through Claude Desktop, translating plain English queries into SQL for data analysis and exploration.3MIT
- AlicenseAqualityCmaintenanceProvides Claude with read-only access to local development databases (Postgres, MySQL, SQLite) to inspect schemas, run SELECT queries, and explain query plans without leaving the conversation.5MIT
- AlicenseNot gradedqualityCmaintenanceEnables Claude to query and manage databases (SQLite, SQL Server, PostgreSQL, MySQL) through natural language, supporting read/write operations and schema management.676 npmMIT