Categories
Uncategorized

How to Automate Your Job Search in Claude Code with JobGPT MCP

Connect the JobGPT MCP server to Claude Code and search for jobs, auto-apply, and manage your entire job hunt from the terminal.

Last updated: March 2026

If you use Claude Code, Anthropic’s CLI tool for developers, you can now run your entire job search without leaving the terminal. Search for jobs, auto-apply, generate tailored resumes, and track applications, all through natural language.

The JobGPT MCP server connects Claude Code to the full JobGPT platform. 34 tools. Zero browser tabs.

What is MCP?

MCP (Model Context Protocol) is an open standard that lets AI assistants connect to external tools and services. The JobGPT MCP server gives Claude Code access to the entire JobGPT job search engine: job search, applications, resume generation, recruiter outreach, and more.

What You Can Do

  • “Search for remote Python developer jobs paying over $150k”
  • “Create a job hunt for Senior Engineer roles at FAANG companies”
  • “Show me my application stats for the last 7 days”
  • “Generate a tailored resume for this application”
  • “Find recruiters at Stripe and draft an outreach email”
  • “Import this LinkedIn job URL and auto-apply”

Setup: Step by Step

Step 1: Get Your API Key

  1. Go to 6figr.com/account
  2. Scroll to MCP Integrations
  3. Click Generate API Key
  4. Copy the key (starts with mcp_)

Step 2: Add to Claude Code

There are two ways to add the JobGPT MCP server to Claude Code:

Option A: One-liner with claude mcp add

The fastest way. Run this in your terminal, replacing your-api-key-here with your actual key:

claude mcp add jobgpt -t http -u https://mcp.6figr.com/mcp --header "Authorization: Bearer your-api-key-here"

That’s it. One command and you’re connected.

Option B: Edit settings.json manually

Alternatively, add the following to ~/.claude/settings.json:

{
  "mcpServers": {
    "jobgpt": {
      "type": "http",
      "url": "https://mcp.6figr.com/mcp",
      "headers": {
        "Authorization": "Bearer your-api-key-here"
      }
    }
  }
}

No installation needed. No Node.js required. Both options connect directly to the hosted JobGPT server.

Claude Code will now have access to all 34 JobGPT tools.

Alternative: Run Locally

If you prefer to run the server on your machine (requires Node.js 18+):

claude mcp add jobgpt -e JOBGPT_API_KEY=your-api-key-here -- npx -y jobgpt-mcp-server

All 34 Tools Available

CategoryWhat You Can Do
Job SearchSearch with filters, get job matches, view job details
Profile & SalaryView/update profile, manage compensation, check credits
Job HuntsCreate and manage saved searches with auto-apply
ApplicationsTrack applications, view stats, auto-apply, import jobs by URL
ResumeUpload, generate tailored resumes, calculate match scores
OutreachFind recruiters/referrers, send personalized outreach emails

Why Claude Code + JobGPT?

If you’re a developer, you’re probably already spending most of your day in the terminal. Claude Code + JobGPT means your job search fits right into that workflow:

  • No context switching: search and apply without opening a browser
  • Scriptable: pipe results, combine with other CLI tools
  • Conversational: refine your search through natural dialogue
  • Fast: Claude remembers your preferences within a session

Job search from the terminal.

Get your API key and connect Claude Code to JobGPT in 30 seconds.

Troubleshooting

Tools not appearing?

Run claude mcp list to verify the server is registered. If it’s not there, check your ~/.claude/settings.json.

“API Error (401)”?

Your API key is invalid or expired. Generate a new one at 6figr.com/account.

FAQ

Is it free?

The MCP server is free and open source. You get 5 free auto-apply credits with a new JobGPT account. Paid plans start at $34.99/month.

Do I need to install anything?

No. The default setup connects directly to https://mcp.6figr.com/mcp — no Node.js or local installation needed.

Does it work internationally?

Yes. JobGPT covers US, Canada, UK + 150+ countries.

Can I use it with other MCP servers?

Yes. MCP servers run independently. Add as many as you want.


Stop manually applying to jobs.

Let Claude Code + JobGPT handle the grunt work while you prep for interviews.

Leave a Reply

Your email address will not be published. Required fields are marked *