MCPHub

0 serversUpdated Sep 16, 2026

TasksCollectionsPlaygroundSubmit
MCPHub

Catalog

  • Servers
  • Browse A–Z
  • Trending
  • Categories
  • Tasks
  • Collections
  • Playground
  • Submit
  • For agents

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

  1. Home
  2. /Collections
  3. /HR recruiting

HR recruiting

Move candidates through the funnel: Greenhouse ATS, job boards, interview agents, calendar, and Slack.

Ads

Servers in this stack

  1. 1B

    benmonopoli/open-greenhouse-mcp

    Production-ready MCP server for [Greenhouse](https://www.greenhouse.com) ATS with 175 tools for recruiting teams. Role-based profiles (full/recruiter/read-only), composite workflow tools for pipeline views, analytics, candidate search, and bulk operations.

    Workplace & Productivity

    0
  2. 2W

    workopia/workopia-mcp

    Official [Workopia](https://workopia.io) MCP server. Global job search (5M+ daily active jobs from employer career pages and ATS feeds like Lever/Greenhouse), PDF resume generation with multiple templates, AI resume tailoring per job description, cover letter generation, and career advice. Free hosted endpoint `https://workopia.io/api/mcp-gpt` — no API key required.

    Workplace & Productivity

    0
  3. 3T

    thinkchainai/agentinterviews_mcp

    Conduct AI-powered qualitative research interviews and surveys at scale with [Agent Interviews](https://agentinterviews.com). Create interviewers, manage research projects, recruit participants, and analyze interview data through MCP.

    Research

    0
  4. 4T

    takumi0706/google-calendar-mcp

    An MCP server to interface with the Google Calendar API. Based on TypeScript.

    Workplace & Productivity

    0
  5. 5K

    korotovsky/slack-mcp-server

    The most powerful MCP server for Slack Workspaces.

    Communication

    0

Combined config

Only servers with a published config example are merged here.

{
  "mcpServers": {
    "open-greenhouse-mcp": {
      "url": "https://glama.ai/mcp/servers/benmonopoli/open-greenhouse-mcp/badges/score.svg"
    },
    "workopia": {
      "url": "https://workopia.io/api/mcp-jobs"
    },
    "AgentInterviews": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote@latest",
        "https://api.agentinterviews.com/mcp",
        "--header",
        "Authorization:${API_KEY}"
      ],
      "env": {
        "API_KEY": "Api-Key YOUR_API_KEY_HERE"
      }
    },
    "google-calendar-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@takumi0706/google-calendar-mcp"
      ]
    },
    "slack-mcp-server": {
      "command": "npx",
      "args": [
        "@modelcontextprotocol/inspector",
        "go",
        "run",
        "mcp/mcp-server.go",
        "--transport",
        "stdio"
      ]
    }
  }
}