jobswithgpt MCP Server
jobswithgpt MCP Server brings real-time job search and discovery to your AI workflows, powering assistants and chatbots with up-to-date job listings and market insights.

What does “jobswithgpt” MCP Server do?
The “jobswithgpt” MCP (Model Context Protocol) Server connects AI assistants with external job data sources to enhance job search and discovery workflows. By acting as a bridge between large language models (LLMs) and real-time job postings, the server empowers developers and AI tools to perform dynamic job searches, retrieve up-to-date job listings, and filter results based on user queries. This enables tasks such as searching for specific tech roles in certain locations, aggregating job market data, or integrating job search capabilities directly into AI-powered applications and assistants. The “jobswithgpt” MCP Server streamlines the process of surfacing relevant job opportunities, making it a valuable asset for anyone building AI solutions that require access to external job data and listings.
List of Prompts
No specific prompt templates are mentioned in the repository or documentation.
List of Resources
No explicit resources are listed in the repository or documentation.
List of Tools
- search_jobs: Enables querying for jobs through the MCP server. This tool is exposed to LLM clients, allowing them to programmatically search for job postings (e.g., “find jobs for python devs in sf”) and retrieve structured job data from external job sources.
Use Cases of this MCP Server
- Job Search Integration: Developers can integrate real-time job search capabilities into AI assistants or chatbots, allowing end users to search for jobs by title, skill, or location directly within the conversation.
- Automated Job Market Analysis: AI workflows can automatically gather and analyze job postings data to surface trends in hiring for specific skills, locations, or roles.
- Personalized Job Recommendations: By connecting to user profiles or resumes, the MCP server can help AI agents recommend tailored job opportunities.
- Job Alerts and Notifications: Set up automated alerts for new job postings that match predefined search criteria, keeping users updated on relevant opportunities.
- Recruitment Workflow Automation: Integrate job search actions into larger recruiting pipelines, helping recruiters or HR teams quickly surface matching candidates and roles.
How to set it up
Windsurf
No setup instructions provided for Windsurf.
Claude
- Install prerequisites: Ensure Python > 3.12 and
uv
are installed for your OS. - Install the MCP server:
uv run mcp install server.py
- Verify installation: Check logs for confirmation (e.g., “Added server ‘jobswithgpt_search’”).
- Example query:
Use in Claude with a query like “Find ML jobs in SF”.
JSON Configuration Example:
Not specified for Claude in the repo.
Cursor
No setup instructions provided for Cursor.
Cline
No setup instructions provided for Cline.
Securing API Keys
No information on securing API keys or usage of environment variables is provided in the repository.
How to use this MCP inside flows
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:

Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"jobswithgpt": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “jobswithgpt” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Overview
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | Brief description present |
List of Prompts | ⛔ | No prompt templates found |
List of Resources | ⛔ | No explicit resources listed |
List of Tools | ✅ | “search_jobs” tool for job search |
Securing API Keys | ⛔ | No information about securing API keys |
Sampling Support (less important in evaluation) | ⛔ | No mention of sampling |
Our opinion
This MCP server is quite minimal, with basic documentation and only a single exposed tool for job searching. There’s a clear use case for integrating job searches into AI workflows, but the lack of prompt templates, resources, configuration details, and information on security or advanced MCP features limits its utility. The codebase appears to be in an early or demo stage.
MCP Score: 3/10 — Due to limited functionality, documentation, and lack of advanced MCP features.
MCP Score
Has a LICENSE | ⛔ (No LICENSE file found) |
---|---|
Has at least one tool | ✅ |
Number of Forks | 0 |
Number of Stars | 0 |
Frequently asked questions
- What does the jobswithgpt MCP Server do?
It connects AI assistants to external job data sources, enabling dynamic job search, retrieval of real-time job postings, and filtering results based on user queries within AI-powered applications.
- Which tools are exposed by jobswithgpt?
The main tool is search_jobs, which allows programmatic querying for job postings, such as finding jobs by title, skill, or location.
- Can I use jobswithgpt for personalized job recommendations?
Yes. By integrating user profile data or resumes, you can use jobswithgpt to surface tailored job opportunities for users.
- How do I configure jobswithgpt in FlowHunt?
Add the MCP component to your flow, open its configuration panel, and insert your jobswithgpt MCP server details using the provided JSON format. Update the name and URL to your actual MCP server.
- Does jobswithgpt provide prompt templates or additional resources?
No specific prompt templates or additional resources are included in the current documentation.
- Is there information on securing API keys for jobswithgpt?
No information about API key security or environment variable usage is provided in the documentation.
Supercharge your AI with jobswithgpt
Integrate live job data and search capabilities into your AI agent or chatbot with jobswithgpt MCP Server. Enhance user experience with up-to-date job discovery and personalized recommendations.