Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Developer Tools
  3. Magnificent Jobs
M
Health: ActiveRecent health check succeeded.Last checked 8/27/2026, 1:46:01 AM

Magnificent Jobs

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository2 GitHub StarsTotal stargazers on GitHub for the source repository (2 stars).Visit Website

Semantic search over 3.5M+ live US job postings pulled straight from company ATSes. Read-only.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "magnificent-jobs": {
      "command": "npx",
      "args": [
        "-y",
        "magnificentjobs"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

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

Terminal
npx magnificentjobs setup      # Claude Code Β· Codex
npx magnificentjobs            # terminal

Install

Code
/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:

config.json
{
  "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 mcp speaks 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

ComponentWhat 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-jobsHow 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.

Related MCP Servers

View all in Developer Tools View all alternatives
  • Job Search logoJob Search

    Search Korean job postings from JobKorea and Saramin by company name

    πŸ’» Developer Tools0 views
    Compare vs Job Search β†’
  • Codealive MCP logoCodealive MCP

    Semantic code search and analysis from CodeAlive for AI assistants and agents.

    πŸ’» Developer Tools0 views
    Compare vs Codealive MCP β†’
  • J
    JobYap Job Search

    Search job postings aggregated from companies' careers sites, plus each job's discussion thread.

    πŸ’» Developer Tools2 views
    Compare vs JobYap Job Search β†’
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Magnificent Jobs

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "magnificent-jobs": { "command": "npx", "args": ["-y", "Magnificent Jobs"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMagnificent Jobs AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/magnificent-jobs?style=directory)](https://allmcps.com/mcp/magnificent-jobs)
HTML Embed
<a href="https://allmcps.com/mcp/magnificent-jobs"><img src="https://allmcps.com/api/badge/magnificent-jobs?style=directory" alt="Magnificent Jobs on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars2
GitHub Star CountTotal stargazers on GitHub representing community popularity (2 stars).
Last commit5d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 21, 2026
41Quality signal: Fair Β· 41/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity5/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Magnificent Jobs β†’Install in Claude DesktopInstall in CursorInstall in VS Code