streamable-httpMITupdated 18d ago
find jobs with our cli using claude code and codex. We scrape the internet every hour to find you jobs linkedin and indeed cant find. also it's free
What can you do with Magnificent Jobs?
Magnificent Jobs
LIVE JOBS: 3,334,183 · ADDED TODAY: 170,000 · US
find jobs with our cli using claude code and codex. We scrape the internet every hour to find you jobs linkedin and indeed cant find. also it's free
npx magnificentjobs setup # Claude Code · Codex
npx magnificentjobs # terminal
Install
/plugin marketplace add AdanRott/magnificent-jobs-plugin
/plugin install magnificent-jobs@magnificent-jobs
Or, in Claude.ai / Claude Desktop, add it as a custom connector: Settings → Connectors → Add
custom connector → https://magnificentjobs.com/mcp (no authentication).
Use with any MCP client
The server is remote, read-only and needs no key. Listed in the official MCP Registry as
com.magnificentjobs/jobs. Add it to any client that supports Streamable HTTP:
{
"mcpServers": {
"magnificent-jobs": { "type": "http", "url": "https://magnificentjobs.com/mcp" }
}
}
- Claude Code:
claude mcp add --transport http magnificent-jobs https://magnificentjobs.com/mcp - stdio-only clients / Docker:
npx magnificentjobs mcpspeaks MCP over stdio and proxies to the hosted server (docker build -t magnificentjobs . && docker run -i magnificentjobs) - Cursor / Windsurf / VS Code: paste the JSON above into the MCP settings.
- ChatGPT: install Magnificent Jobs from the Plugins directory, or in Developer mode add
https://magnificentjobs.com/mcp. - Claude.ai / Desktop: Settings → Connectors → Add custom connector →
https://magnificentjobs.com/mcp.
Tools: search_jobs · get_job · find_cities · list_states. Docs: https://magnificentjobs.com/developers.
What's inside
| Component | What it does |
|---|---|
MCP server https://magnificentjobs.com/mcp (Streamable HTTP, no auth) |
search_jobs (semantic search; city radius 10/30/50 mi, state, remote/on-site, experience band, employment type), get_job (full description, salary, skills, apply link), find_cities, list_states. All tools are read-only. |
Skill find-jobs |
How to phrase the query (full title + one sentence + skills), when to use which tool, US-only coverage, never invent jobs, never claim to apply. |
Try
- "Find remote senior React engineer jobs and show me the three best with salaries."
- "What warehouse or forklift jobs are within 10 miles of Fresno? Give me the apply link for the closest one."
- "Show entry-level marketing jobs in Colorado and summarize the top two."
- "Which states have the most nursing jobs right now?"
Privacy
Searches are sent to magnificentjobs.com to return results and are not stored beyond standard server logs. No account, no personal data. Full policy: https://magnificentjobs.com/privacy · Terms: https://magnificentjobs.com/terms · Docs: https://magnificentjobs.com/developers · Support: info --- at --- magnificentjobs.com
License
MIT — see LICENSE. The plugin files are MIT; the job data is served by magnificentjobs.com under its terms.
Install
Add Magnificent Jobs to your client. Pick the one you use.
claude mcp add --transport http magnificent-jobs https://magnificentjobs.com/mcpcodex mcp add magnificent-jobs --url https://magnificentjobs.com/mcp{
"mcpServers": {
"magnificent-jobs": {
"url": "https://magnificentjobs.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"magnificent-jobs": {
"type": "http",
"url": "https://magnificentjobs.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"magnificent-jobs": {
"url": "https://magnificentjobs.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"magnificent-jobs": {
"serverUrl": "https://magnificentjobs.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance19/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 11 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Aug 19, 2026 |