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
LinkedIn
linkedin

LinkedIn MCP Server

MCP server for LinkedIn automation

linkedinsocial-mediaprofessionalnetworking

About

## LinkedIn MCP Server: Professional Network Integration The **LinkedIn MCP Server** integrates the world's largest professional network directly into Google Antigravity, enabling AI assistants to manage professional presence, post content, and access network data programmatically. This integration brings professional networking automation to your development workflow. ### Why LinkedIn MCP? - **Professional Reach**: Access to over 900 million professionals worldwide - **Content Publishing**: Share articles, posts, and updates with your professional network - **Company Pages**: Manage company presence and employer branding content - **Network Insights**: Access connection data and professional network analytics - **Job Integration**: Interact with job postings and recruitment workflows ### Key Features #### 1. Content Sharing ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Post a professional update about our new product launch with relevant hashtags" }], tools=[{ "name": "linkedin_post", "description": "Share LinkedIn content" }] ) ``` #### 2. Profile Access ```python # Get profile information response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Get my LinkedIn profile summary and recent activity" }], tools=[{"name": "linkedin_profile", "description": "Access profile data"}] ) ``` #### 3. Company Updates ```python # Manage company page response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Post an update to our company LinkedIn page about the new hire announcement" }], tools=[{"name": "linkedin_company", "description": "Company page management"}] ) ``` #### 4. Network Insights ```python # Analyze network response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Get insights on my network connections in the tech industry" }], tools=[{"name": "linkedin_network", "description": "Network analytics"}] ) ``` ### Configuration ```json { "mcpServers": { "linkedin": { "command": "npx", "args": ["-y", "@anthropic/mcp-linkedin"], "env": { "LINKEDIN_ACCESS_TOKEN": "your-linkedin-access-token" } } } } ``` ### Use Cases **Thought Leadership**: Automate professional content publishing and engagement. **Employer Branding**: Manage company page content and recruitment messaging. **Network Analysis**: Understand and leverage professional network connections. **Career Development**: Track professional visibility and engagement metrics. The LinkedIn MCP Server brings professional networking automation directly into your development workflow, enabling strategic professional presence management.

Installation

Configuration
{
  "mcpServers": {
    "linkedin": {
      "mcpServers": {
        "linkedin": {
          "env": {
            "LINKED_API_TOKEN": "YOUR_LINKEDIN_TOKEN"
          },
          "args": [
            "-y",
            "linkedin-mcp-server"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 11. Create LinkedIn app in developer portal
  2. 22. Get access token with required scopes
  3. 33. Supports text posts, image posts, and scheduling

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