Skip to main content
Glama
Career-Now

@career-now/mcp

Official
by Career-Now

@career-now/mcp

Search 376k fresh tech jobs from your AI agent. Works with Claude Desktop, Claude Code, and Codex CLI via MCP.

Status: early. The npm package is not published yet. See career.now/byoa for status.

Quick start

npx @career-now/mcp init

That's it. The installer detects your AI clients, walks you through login (one browser tab), and writes the configs for you.

After install, ask your AI things like:

"Find me remote senior Rust jobs at startups in EU, posted in the last week"

"Show me the full description of job #2"

"How many searches do I have left today?"

Related MCP server: Active Jobs Db MCP Server

Tools

The MCP server exposes:

  • search_jobs(query, board?, remote_type?, seniority?, country?, limit?) — full-text + filtered search

  • get_job(token) — full job detail with description, skills, salary

  • list_boards() — available job boards with counts

  • check_quota() — your current rate-limit status

Limits

Free tier (the only tier for now):

  • 100 searches / day

  • 500 job lookups / day

  • Max 25 results per search

  • Max 3 pages per query

Limits reset at midnight UTC.

Account

You need a free career.now account. init walks you through it via magic-link auth. No password.

To revoke a device or see your account: https://career.now/settings.

Manual setup

If you don't want to run the installer, see docs/manual-setup.md.

Development

npm install
npm run build
npm link
# Test locally:
npx @career-now/mcp init

Backend URL is configurable via env:

CAREERNOW_API_URL=http://localhost:3210/api/v1 npx @career-now/mcp init

License

MIT

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables AI agents to pull live job listings from major ATS platforms (Greenhouse, Lever, Ashby, Workable), Hacker News hiring threads, and detect hiring signals on company career pages.
    -
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI agents to search and explore remote job listings, salary stats, and popular roles, and supports token-authenticated actions like job alerts and apply redirects.
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables AI agents to search remote job listings, read full descriptions and structured metadata, compare roles, and retrieve original application links when the account's subscription and scopes allow.
    MIT