Trackly CLI MCP Server

The only job tracking CLI built for AI agents. Search 170,000+ jobs across 3,800+ companies and 40+ ATS types. Track applications, get AI-powered recommendations, and manage your job search -- from the terminal or through Claude, ChatGPT, Cursor, and other MCP-compatible AI agents.

People connecting security tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-25 · ★ 3 · #17 OF 182 MAINTAINED SECURITY · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Trackly CLI

before you install - you'll need

TRACKLY_API_KEY

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add trackly-app-trackly-cli --transport http https://mcp.usetrackly.app/api/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "trackly-app-trackly-cli": {
      "url": "https://mcp.usetrackly.app/api/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.usetrackly.app/api/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to mcp.usetrackly.app

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license MIT - declared in the repository

npm package trackly-cli - unscoped; check the name against the project README before installing

registry namespace io.github.trackly-app is GitHub-verified and matches the repo owner

03 · What Trackly CLI can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.17.0 · 2026-08-21

Added · Updated Trackly Apply skill 4.7.0 with a concise operational run card, a · real-form access state machine, and a local value-free phase-checkpoint · validator for selection, access, deterministic fill, review…

v0.16.0 · 2026-08-18

Added · trackly_search_jobs now accepts sponsorship (all, exclude_no, · only_yes), mirroring the hosted MCP parameter exactly so hosted and npm · clients stay in contract parity. · trackly jobs --sponsorship <value>…

v0.15.0 · 2026-08-17

Added · Updated Trackly Apply skill 4.6.0 with a mandatory deterministic answer · resolver that classifies exact profile answers, safe derivations, supported · drafts, missing facts, live consent, and forbidden…

04 · Who maintains Trackly CLI

Trackly CLI is maintained by trackly-app. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
security - ranked #17 of 182 actively-maintained security servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-21)
registry
io.github.trackly-app/trackly (active, first published 2026-05-13 · 41 versions)
packages
npm:trackly-cli

06 · Trackly CLI FAQ

What is Trackly CLI?

The only job tracking CLI built for AI agents. Search 170,000+ jobs across 3,800+ companies and 40+ ATS types. Track applications, get AI-powered recommendations, and manage your job search -- from the terminal or through Claude, ChatGPT, Cursor, and other MCP-compatible AI agents.

Is Trackly CLI still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-25 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Trackly CLI?

Run `npx -y trackly-cli`. The README documents one environment variable (TRACKLY_API_KEY) to set first. You can also paste the ready-made client config above.

Does Trackly CLI require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Trackly CLI