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
Lever
user-plus

Lever MCP Server

Recruiting software

hrrecruitingats

About

## Lever MCP Server: Talent Acquisition Platform The **Lever MCP Server** integrates Lever recruiting platform into Google Antigravity, enabling AI-assisted talent acquisition, candidate relationship management, and hiring analytics. ### Why Lever MCP? - **CRM Approach**: Treat candidates as relationships, not just applications - **Pipeline Management**: Visual pipeline for tracking candidates through stages - **Diversity Analytics**: Track diversity metrics and improve hiring practices - **Referral Programs**: Manage employee referral programs effectively - **Integration Ready**: Connect with HR systems and job boards ### Key Features #### 1. Candidate Pipeline ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show candidate pipeline for engineering roles with stage breakdown" }] ) ``` #### 2. Opportunity Management ```python # Manage opportunities response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "List active opportunities and candidates awaiting feedback" }] ) ``` #### 3. Interview Feedback ```python # Collect feedback response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show interview feedback for recent candidates and hiring decisions" }] ) ``` #### 4. Hiring Analytics ```python # View analytics response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Generate hiring funnel report with conversion rates by source" }] ) ``` ### Configuration ```json { "mcpServers": { "lever": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-lever"], "env": { "LEVER_API_KEY": "your-api-key" } } } } ``` ### Use Cases **Talent Pipeline**: Build and nurture candidate relationships over time. **Hiring Coordination**: Streamline interview process and feedback collection. **Diversity Hiring**: Track and improve diversity in hiring. **Recruiting Analytics**: Measure and optimize recruiting performance. The Lever MCP Server brings modern talent acquisition into your workflow.

Installation

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

How to Use

  1. 1Get Lever API key from settings
  2. 2Configure environment
  3. 3Manage candidates

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