mcpbeat Sign in

Autopilot Jobhunt MCP Server

local only

Autopilot Jobhunt runs on your own machine — the client starts it, so there is no endpoint to ping. 186 installs a week from pypi. Last commit 15 Sep 2026.

Agentic job hunt: scan careers pages, score against your resume, draft applications. Never applies.

Installs per day peak 91 · avg 31 · -9% w/w
a month agotoday
186
Installs / week
pypi · autopilot-jobhunt
208
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        result = subprocess.run(
Secret passed into the image build Dockerfile:21
# API keys are supplied at runtime via env (-e) or an env file.
# The server starts and answers introspection without them; keys are
# only used when a tool is actually invoked.
ENV TINYFISH_API_KEY="" \

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add autopilot-jobhunt -- uvx autopilot-jobhunt
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "autopilot-jobhunt": {
      "args": [
        "autopilot-jobhunt"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.autopilot-jobhunt]
command = "uvx"
args = ["autopilot-jobhunt"]
.cursor/mcp.json
{
  "mcpServers": {
    "autopilot-jobhunt": {
      "args": [
        "autopilot-jobhunt"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "autopilot-jobhunt": {
      "args": [
        "autopilot-jobhunt"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Autopilot Jobhunt

same job, measured the same way
Smart Match
by pkhaninejad

Analyze job listings against your resume, track applications, and generate cover letters.

answering
Career Rift
by careerrift

Manage job applications — jobs, companies, boards, notes, and profile — from your AI client.

answering
maxcv — CV tailoring
by maxcv

Score and tailor your CV/resume against a job posting — for AI agents and humans, no-login trial.

2 tools answering
AiESphere
by aiesphere

Search jobs, tailor your resume, write cover letters, and file applications for you.

answering
Qarera
by qarera

Search jobs, manage resumes, and track applications on Qarera from your AI chat client.

answering
Calibrd Agent
by calibrd

Would you make the shortlist? Score a job against your CV: fit, gaps, ATS score, likely questions.

answering
Quillen
by quillen

Guarded agent surface for X & LinkedIn: discover, score, and draft in your voice. No key can post.

answering
lurq
by jadenryu

Verify npm packages before your AI agent installs them: hallucinations, advisories, API drift.

16 tools answering

Autopilot Jobhunt — questions

Answers built from our own checks of this server.

Why is there no uptime for Autopilot Jobhunt?
Autopilot Jobhunt runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package autopilot-jobhunt was installed 186 times last week.
How do I connect Autopilot Jobhunt?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls autopilot-jobhunt straight from pypi; nothing to host, nothing to sign up for.
How many people use Autopilot Jobhunt?
The pypi package autopilot-jobhunt was installed 186 times in the last week. Week over week that is -9%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Autopilot Jobhunt open source?
Yes — it is published under the MIT licence, written in Python and 208 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.