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
Bright Data LinkedIn MCP Server
briefcase

Bright Data LinkedIn MCP Server MCP Server

Access real-time LinkedIn public data

linkedindatascrapingprofessional

About

## Bright Data LinkedIn MCP Server: Professional Network Data The **Bright Data LinkedIn MCP Server** provides structured LinkedIn data access through Google Antigravity, enabling AI-assisted professional network analysis, lead generation, and market research. ### Why Bright Data LinkedIn MCP? - **Structured Data**: Clean, structured professional profile data - **Company Info**: Access company pages and employee counts - **Job Listings**: Search and analyze job postings - **Lead Generation**: Find prospects matching specific criteria - **Market Research**: Analyze industry trends and talent pools ### Key Features #### 1. Profile Search ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Find software engineers at FAANG companies with Python experience" }] ) ``` #### 2. Company Data ```python # Get company info response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Get company information including size and industry for target account" }] ) ``` #### 3. Job Analysis ```python # Analyze jobs response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Find data science job postings and analyze required skills" }] ) ``` #### 4. Network Analysis ```python # Analyze network response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Analyze connections between executives at competitor companies" }] ) ``` ### Configuration ```json { "mcpServers": { "brightdata-linkedin": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-brightdata-linkedin"], "env": { "BRIGHTDATA_API_KEY": "your-api-key", "BRIGHTDATA_ZONE": "linkedin" } } } } ``` ### Use Cases **Sales Prospecting**: Find and qualify leads efficiently. **Recruiting**: Source candidates matching requirements. **Market Research**: Analyze competitor workforces. **Competitive Intelligence**: Track hiring trends. The Bright Data LinkedIn MCP Server brings professional data into your workflow.

Installation

Configuration
{
  "mcpServers": {
    "brightdata-linkedin": {
      "mcpServers": {
        "brightdata-linkedin": {
          "env": {
            "BRIGHTDATA_API_KEY": "YOUR_API_KEY"
          },
          "args": [
            "-y",
            "@brightdata/linkedin-mcp-server"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Sign up for Bright Data account
  2. 25,000 free requests per month included
  3. 3Configure API key environment variable

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