PluginBench
MCP Server
Active
MIT

io.github.tarunlnmiit/autopilot-jobhunt MCP Server

io.github.tarunlnmiit/autopilot-jobhunt

What is the io.github.tarunlnmiit/autopilot-jobhunt MCP server?

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

How to install io.github.tarunlnmiit/autopilot-jobhunt

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "autopilot-jobhunt": {
      "command": "python",
      "args": [
        "autopilot-jobhunt",
        "mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "autopilot-jobhunt": {
      "command": "python",
      "args": [
        "autopilot-jobhunt",
        "mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "autopilot-jobhunt": {
      "command": "python",
      "args": [
        "autopilot-jobhunt",
        "mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "autopilot-jobhunt": {
      "type": "stdio",
      "command": "python",
      "args": [
        "autopilot-jobhunt",
        "mcp"
      ]
    }
  }
}
Claude Code
claude mcp add autopilot-jobhunt -- python autopilot-jobhunt mcp

Related MCP servers

Agentic Gmail triage: classify, summarize, extract tasks, draft replies. Never sends.

View repository →