Indeed MCP Server
Official Indeed MCP server (beta) that lets Claude search jobs, fetch job details, read employer data, and use your Indeed resume for personalized results.
The Indeed MCP server is an official, provider-hosted remote MCP server from Indeed that exposes parts of the Indeed job marketplace to AI agents. It uses the MCP Streamable HTTP transport and is currently available exclusively through Claude's Connector integration on Claude.ai and Claude Desktop. The server is in beta.
Once connected, Claude can search Indeed jobs by title, keywords, location, and employment type, pull detailed information for a specific posting by job ID, research employers using Indeed's company data (satisfaction, compensation, culture, reviews), and pull the connected user's experience from their Indeed profile to personalize results. Authentication is handled through the user's own Indeed account during connector setup, so results respect the signed-in user's context.
Because it is delivered as a Claude Connector rather than a self-hostable package, there is no GitHub repo, no npm install, and no local config JSON. Users add it through the Claude UI under Search and Tools. As of the current beta, support for other MCP clients (Cursor, VS Code, custom agents using the MCP SDK) is not advertised by Indeed.
Tools
| Tool | Description |
|---|---|
Job Search |
Search Indeed jobs by title, keywords, location, and employment type. Returns job listings with titles, companies, locations, salaries, and application URLs. |
Job Detail |
Get detailed information for a specific job posting by job ID, including descriptions, requirements, qualifications, benefits, and company information. |
Get Resume |
Retrieve the connected account holder's experience and profile data from Indeed to personalize job results. |
Get Company Data |
Research employers using Indeed data on employee satisfaction, compensation, culture, management, and reviews. |
The Indeed MCP server is a remote, provider-hosted connector. There is no package to install and no local config file. Setup is done entirely inside Claude.
Prerequisites:
- A Claude.ai account or Claude Desktop
- An Indeed account (free to create)
Steps (from Indeed's official docs):
- Open Claude.ai or Claude Desktop
- Open the Search and Tools menu
- Click "+ Add connectors"
- Select Indeed from the available connectors
- Sign in with your Indeed account when prompted
- Start a conversation and ask Claude to search Indeed
Notes:
- Transport: MCP Streamable HTTP
- Status: Beta
- Availability: Exclusively through Claude Connector at the time of writing; no documented support for other MCP clients
- No JSON configuration is published; the connector URL is registered automatically by Claude when you add it from the UI
If you need a config JSON for a non-Claude client, Indeed has not published one. Check the official docs at https://docs.indeed.com/mcp for updates.
- Ask Claude to find roles matching your resume in a target city and salary band, then summarize the top postings.
- Pull the full job description, requirements, and benefits for a specific Indeed job ID before drafting an application.
- Research a prospective employer using Indeed's reviews, ratings, and compensation data before an interview.
- Build a personalized weekly job digest where Claude uses your Indeed profile to filter and rank fresh listings.
- Compare multiple companies side by side on culture, management, and pay using Get Company Data.
- "Search Indeed for remote senior product manager jobs in the US posted in the last 7 days and list the top 10 with salary."
- "Pull the full job detail for Indeed job ID 12345abc and tell me what skills are required."
- "Look at my Indeed resume and find 5 jobs in Austin that match my experience."
- "What do employees say about working at Stripe on Indeed? Summarize reviews, pay, and culture."
- "Compare Shopify and Atlassian on Indeed across ratings, compensation, and management."
- Official, first-party integration maintained by Indeed
- Personalized results via the user's own Indeed resume and account
- Covers the main job-seeker workflows: search, job detail, company research
- No installation or local config required, connects in a few clicks inside Claude
- Beta status; behavior and tool surface may change
- Available exclusively through Claude Connector, no documented support for Cursor, VS Code, or custom MCP clients
- Job-seeker oriented; no documented tools for employers to post jobs or manage applicants
- No public server URL, SDK, or config JSON for programmatic use outside Claude
- LinkedIn MCP server (community, stickerdaniel/linkedin-mcp-server) for profiles, companies, jobs, and messages on LinkedIn
- JobSpy MCP server (borgius/jobspy-mcp-server) for searching across Indeed, LinkedIn, Glassdoor, and other boards via scraping
- Bright Data's Indeed MCP server for public-data extraction at scale (third party, not affiliated with Indeed)