by jobswithgpt
mcp is a job search Multi-tool Co-Pilot (MCP) that indexes and continuously refreshes over 500,000 public job listings, enabling users to find job opportunities using natural language queries.
mcp is a job search Multi-tool Co-Pilot (MCP) that indexes over 500,000 public job listings and continuously refreshes them. It allows users to find job opportunities using natural language queries.
As a Claude Desktop MCP Client:
uv
with Python version > 3.12.uv run mcp install server.py
"Find ML jobs in SF"
With OpenAI:
OpenAI can directly use the hosted MCP server at https://jobswithgpt.com/mcp/
. You can integrate it into your OpenAI client as shown in the example:
import openai
client = openai.OpenAI()
resp = client.responses.create(
model="gpt-4.1-mini",
tools=[
{
"type": "mcp",
"server_label": "jobswithgpt",
"server_url": "https://jobswithgpt.com/mcp/",
"require_approval": {
"never": {
"tool_names": ["search_jobs"]
}
}
},
],
input="find jobs for python devs in sf"
)
print(resp.output_text)
uv run mcp install server.py
mcp % uv run mcp install server.py
Using CPython 3.12.3
Creating virtual environment at: .venv
Installed 27 packages in 23ms
[06/02/25 11:25:38] INFO Added server 'jobswithgpt_search' to claude.py:143
Claude config
INFO Successfully installed cli.py:504
jobswithgpt_search in Claude app
mcp %
Example query: "Find ML jobs in SF"
OpenAI can directly use the server hosted MCP server (https://jobswithgpt.com/mcp/)
import openai
client = openai.OpenAI()
resp = client.responses.create(
model="gpt-4.1-mini",
tools=[
{
"type": "mcp",
"server_label": "jobswithgpt",
"server_url": "https://jobswithgpt.com/mcp/",
"require_approval": {
"never": {
"tool_names": ["search_jobs"]
}
}
},
],
input="find jobs for python devs in sf"
)
print(resp.output_text)
Here are some Python developer job opportunities in San Francisco:
1. Software Engineer - Backend, Product Engineering at Baton
[Apply here](https://job-boards.greenhouse.io/baton/jobs/4011483007)
2. Senior Backend Engineer at Stellic
[Apply here](https://job-boards.greenhouse.io/stellic/jobs/4705805007)
3. Software Engineer - Backend at Julius AI
[Apply here](https://jobs.ashbyhq.com/julius/75f8ef44-4fa4-46fa-b416-c7b697078eca)
etc
Please log in to share your review and rating for this MCP.
Discover more MCP servers with similar functionality and use cases
by danny-avila
Provides a customizable ChatGPT‑like web UI that integrates dozens of AI models, agents, code execution, image generation, web search, speech capabilities, and secure multi‑user authentication, all open‑source and ready for self‑hosting.
by ahujasid
BlenderMCP integrates Blender with Claude AI via the Model Context Protocol (MCP), enabling AI-driven 3D scene creation, modeling, and manipulation. This project allows users to control Blender directly through natural language prompts, streamlining the 3D design workflow.
by pydantic
Enables building production‑grade generative AI applications using Pydantic validation, offering a FastAPI‑like developer experience.
by GLips
Figma-Context-MCP is a Model Context Protocol (MCP) server that provides Figma layout information to AI coding agents. It bridges design and development by enabling AI tools to directly access and interpret Figma design data for more accurate and efficient code generation.
by mcp-use
Easily create and interact with MCP servers using custom agents, supporting any LLM with tool calling and offering multi‑server, sandboxed, and streaming capabilities.
by sonnylazuardi
This project implements a Model Context Protocol (MCP) integration between Cursor AI and Figma, allowing Cursor to communicate with Figma for reading designs and modifying them programmatically.
by lharries
WhatsApp MCP Server is a Model Context Protocol (MCP) server for WhatsApp that allows users to search, read, and send WhatsApp messages (including media) through AI models like Claude. It connects directly to your personal WhatsApp account via the WhatsApp web multi-device API and stores messages locally in a SQLite database.
by idosal
GitMCP is a free, open-source remote Model Context Protocol (MCP) server that transforms any GitHub project into a documentation hub, enabling AI tools to access up-to-date documentation and code directly from the source to eliminate "code hallucinations."
by Klavis-AI
Klavis AI provides open-source Multi-platform Control Protocol (MCP) integrations and a hosted API for AI applications. It simplifies connecting AI to various third-party services by managing secure MCP servers and authentication.