JobGPT
@6figr-com
MCP server for JobGPT — search jobs, auto-apply, generate resumes, and track applications from Claude, Cursor, Windsurf, and any MCP client
概要
What is JobGPT?
JobGPT is the official MCP server for the JobGPT AI-powered job search platform. It connects any MCP-compatible AI tool (Claude, Cursor, Windsurf, etc.) to 34 tools for job search, auto-apply, resume generation, application tracking, and recruiter outreach.
How to use JobGPT?
Obtain an API key from 6figr.com/account (starts with mcp_). Then configure your AI tool with an HTTP connection to https://mcp.6figr.com/mcp, passing the API key as a Bearer token in the Authorization header. Alternatively, run the server locally via npx -y jobgpt-mcp-server with the JOBGPT_API_KEY environment variable.
Key features of JobGPT
- Search jobs with filters (salary, remote, H1B, etc.)
- Auto-apply to jobs from saved job hunts
- Generate AI-tailored resumes for specific applications
- Track application stats and statuses
- Find recruiters and referrers at companies
- Import jobs from any URL (LinkedIn, Greenhouse, etc.)
- Manage uploaded resumes and match scores
Use cases of JobGPT
- Find and auto-apply to remote senior React jobs paying over $150k
- Generate a tailored resume for a Google application
- Import a job from a company website or LinkedIn and apply
- View application stats for the last 7 days
- Find recruiters for a job and send an outreach email
FAQ from JobGPT
What API key is needed?
Go to 6figr.com/account, scroll to MCP Integrations, and generate a key starting with mcp_.
What if I get a 401 error?
Your API key is invalid or expired. Generate a new one at 6figr.com/account.
What does "You have run out of credits" mean?
Some operations (auto-apply, resume generation) consume credits. Purchase more at 6figr.com/jobgpt.
Why doesn't the server appear in my AI tool?
Ensure Node.js 18+ is installed, restart your tool after editing the config, and try running manually with JOBGPT_API_KEY=your-key npx jobgpt-mcp-server to check for errors.
How can I enable debug logging?
Add "DEBUG": "true" to your environment configuration to see detailed API request/response logs in stderr.