Odel
JobGPT - Job Search Automation & Auto Apply

JobGPT - Job Search Automation & Auto Apply

Local
@6figr-com22TypeScriptMITUpdated 3w ago

Job search automation, auto apply, resume builder, application tracking, and recruiter outreach

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmjobgpt-mcp-serverv1.1.4

Run

npx -y jobgpt-mcp-server

MCP client config

{
  "mcpServers": {
    "jobgpt-job-search-automation-auto-apply": {
      "command": "npx",
      "args": [
        "-y",
        "jobgpt-mcp-server"
      ]
    }
  }
}