@career-now/mcp
Enables AI agents to search and explore a large database of tech job listings with filtering options.
README
@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?"
Tools
The MCP server exposes:
search_jobs(query, board?, remote_type?, seniority?, country?, limit?)— full-text + filtered searchget_job(token)— full job detail with description, skills, salarylist_boards()— available job boards with countscheck_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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.