Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Greenhouse
sprout

Greenhouse MCP Server

Recruiting platform

hrrecruitinghiring

About

## Greenhouse MCP Server: Recruiting Platform The **Greenhouse MCP Server** integrates Greenhouse recruiting platform into Google Antigravity, enabling AI-assisted candidate management, interview scheduling, and hiring workflow automation. ### Why Greenhouse MCP? - **Candidate Tracking**: Manage candidates through the entire hiring pipeline - **Interview Management**: Schedule and coordinate interviews efficiently - **Job Postings**: Create and manage job listings across channels - **Hiring Analytics**: Track recruiting metrics and pipeline health - **Team Collaboration**: Coordinate hiring decisions with structured feedback ### Key Features #### 1. Candidate Management ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show candidates in the interview stage for the Senior Engineer role" }] ) ``` #### 2. Interview Scheduling ```python # Schedule interviews response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Find available times for panel interview with the engineering team" }] ) ``` #### 3. Job Management ```python # Manage jobs response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "List open positions and their application counts by stage" }] ) ``` #### 4. Recruiting Analytics ```python # View metrics response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show time-to-hire metrics and pipeline conversion rates" }] ) ``` ### Configuration ```json { "mcpServers": { "greenhouse": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-greenhouse"], "env": { "GREENHOUSE_API_KEY": "your-api-key" } } } } ``` ### Use Cases **Recruiting Operations**: Manage the full candidate lifecycle efficiently. **Interview Coordination**: Streamline interview scheduling and feedback. **Hiring Analytics**: Track and optimize recruiting performance. **Team Hiring**: Coordinate hiring decisions across teams. The Greenhouse MCP Server brings recruiting excellence into your workflow.

Installation

Configuration
{
  "mcpServers": {
    "greenhouse": {
      "mcpServers": {
        "greenhouse": {
          "env": {
            "GREENHOUSE_API_KEY": "your-api-key"
          },
          "args": [
            "-y",
            "greenhouse-mcp-server"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Get Greenhouse API key
  2. 2Configure credentials
  3. 3Manage applicants

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers