Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • TripAdvisor Vacation Planner MCP Server
  • Image Generation MCP Server
  • MCP Pokemon Server
  • mcp-server-asana
  • sourcesage
Back to MCP Servers
jobswithgpt

jobswithgpt

Public
jobswithgpt/mcp

jobswithgpt

Verified
Unknown
0 tools
May 30, 2025
Updated May 30, 2025

Summary

You can connect to MCP server at https://jobswithgpt.com/mcp/ to both Claude Desktop (as a local MCP client) and the OpenAI Responses API (as a remote MCP tool).

Configuring Claude Desktop as an MCP Client

Paste under "mcpServers":

{ "mcpServers": { "jobswithgpt": { "command": "curl", "args": [ "-X", "POST", "-H", "Content-Type: application/json", "https://jobswithgpt.com/mcp/" ] } } }

OpenAI instructions

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)

Example output

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
Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • TripAdvisor Vacation Planner MCP Server
    TripAdvisor Vacation Planner MCP Server

    This MCP server provides access to TripAdvisor data for planning vacations, enabling users to search...

    Added May 30, 2025
  • Image Generation MCP Server
    Image Generation MCP Server

    A Model Context Protocol server that enables generation of high-quality images using the Flux.1 Schn...

    1 tools
    Added May 30, 2025
  • MCP Pokemon Server
    MCP Pokemon Server

    An MCP server implementation that enables users to interact with the PokeAPI to fetch Pokemon inform...

    Added May 30, 2025
  • mcp-server-asana
    mcp-server-asana

    Perform Asana operations from an MCP Client such as Anthropic's Claude Desktop Application, and many...

    22 tools
    Added May 30, 2025
  • sourcesage
    sourcesage

    SourceSage is an MCP (Model Context Protocol) server that efficiently memorizes key aspects of a cod...

    Added May 30, 2025