Categories
Uncategorized

How to Automate Your Job Search in Windsurf with JobGPT MCP

Connect the JobGPT MCP server to Windsurf IDE and search for jobs, auto-apply, and manage your job hunt without leaving your editor.

Last updated: March 2026

Windsurf by Codeium is one of the fastest-growing AI code editors. And now you can use it to automate your entire job search.

The JobGPT MCP server connects Windsurf’s Cascade AI to the full JobGPT platform: 34 tools for job search, auto-apply, resume generation, recruiter outreach, and application tracking. All from the Windsurf chat panel.

What is MCP?

MCP (Model Context Protocol) is an open standard that lets AI assistants connect to external tools. Windsurf supports MCP through Cascade, so adding the JobGPT server gives you instant access to job search automation from your editor.

What You Can Do

  • “Search for remote Python developer jobs paying over $150k”
  • “Create a job hunt for full-stack roles at AI startups”
  • “Auto-apply to my top matches”
  • “Generate a tailored resume for this application”
  • “Find recruiters and draft outreach emails”
  • “Show my application stats this week”

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 the MCP Server

Go to Settings > Cascade > MCP > Add Server > Add custom server, or add the following to ~/.codeium/windsurf/mcp_config.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. This connects directly to the hosted JobGPT server.

Step 3: Restart Windsurf

Close and reopen Windsurf. The JobGPT tools will be available in Cascade. You’re all set.

Alternative: Run Locally

If you prefer to run the server on your machine (requires Node.js 18+), use this config instead:

{
  "mcpServers": {
    "jobgpt": {
      "command": "npx",
      "args": ["-y", "jobgpt-mcp-server"],
      "env": {
        "JOBGPT_API_KEY": "your-api-key-here"
      }
    }
  }
}

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

Job search from Windsurf.

Get your API key and connect Cascade to JobGPT in under 2 minutes.

Troubleshooting

Tools not showing up in Cascade?

  • Restart Windsurf after editing the config
  • Verify your config JSON is valid

“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. US, Canada, UK + 150+ countries.

Can I use it alongside other MCP servers?

Yes. MCP servers are independent. Add as many as you want to the config file.


Stop manually applying to jobs.

Let Windsurf + JobGPT handle the applications while you focus on what matters.

Leave a Reply

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