linkedin-automation-mcp
Provides AI-powered content generation using Google Gemini, enabling creation of viral LinkedIn posts, topic research, and engagement optimization.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@linkedin-automation-mcpGenerate a LinkedIn post about AI trends"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
LinkedIn Automation & Content Generation MCP Server π
A comprehensive AI-powered LinkedIn automation platform built on the Model Context Protocol (MCP) architecture. This sophisticated system combines advanced AI content generation, browser automation, and business intelligence extraction to provide a complete LinkedIn automation suite for content creators, marketers, sales professionals, and business development teams.
π Key Features
π€ AI-Powered Content Generation
Smart Content Creation: Generate viral LinkedIn posts using Google Gemini AI
Topic Research: Analyze existing LinkedIn content for trending topics and insights
Engagement Optimization: Create posts optimized for maximum engagement and reach
Content Strategy: Professional storytelling frameworks and thought leadership positioning
π Business Intelligence & Analytics
π’ Company Analysis: Extract comprehensive employee data from LinkedIn companies
π€ Profile Intelligence: Deep profile data extraction with AI-powered insights
π Market Research: Competitive analysis and industry intelligence gathering
π― Lead Generation: Automated prospect identification and data collection
π€ Sales & Networking Automation
π Connection Automation: Send personalized connection requests at scale
οΏ½ AI Personalization: Generate custom messages based on profile analysis
π± Outreach Management: Streamlined LinkedIn outreach workflows
π― Targeted Networking: Strategic connection building based on company and role targeting
π οΈ Technical & Operational
β‘ Health Monitoring: Comprehensive server health checks and status monitoring
οΏ½ Multi-Deployment: MCP server, standalone, and cloud deployment options
π³ Docker Ready: Complete containerization for cloud deployment
π Session Management: Persistent LinkedIn authentication and state management
Related MCP server: LinkedIn MCP Server
π Quick Start
π Quick Start: LinkedIn MCP Automation Suite
This guide will help you set up and run the LinkedIn MCP (Model Context Protocol) automation server on your local machine. The instructions are designed for clarity and accuracy, with no exaggeration or unnecessary complexity.
1. Prerequisites
Python 3.11 or higher must be installed.
Download PythonGoogle Gemini API key (for AI-powered features).
Get your API key hereLinkedIn account credentials (automation works best with a dedicated account).
Google Chrome or Chromium browser (required for browser automation).
2. Clone the Repository
Open a terminal and run:
git clone https://github.com/YOUR_USERNAME/linkedin-automation-mcp.git
cd linkedin-automation-mcp3. Install Python Dependencies
Install all required packages using pip:
pip install -r requirements.txt4. Set Up Environment Variables
Create a .env file in the root directory with the following content:
LINKEDIN_USERNAME=your_linkedin_email@example.com
LINKEDIN_PASSWORD=your_linkedin_password
GOOGLE_API_KEY=your_gemini_api_key_hereDo not share your
.envfile publicly.These credentials are required for all LinkedIn and AI-powered features.
5. Install Playwright Browser
Install the Chromium browser for Playwright automation:
playwright install chromium6. Start the MCP Server
You can run the server in two ways:
A. Standard MCP Server (for local use or with MCP clients):
python src/server.pyB. Uvicorn Server (for advanced or cloud use):
python src/main.py7. Using the Tools
You can access the automation tools in three ways:
Via an MCP client (such as Claude Desktop):
Connect to the running server and invoke tools likegenerate_linkedin_content,extract_linkedin_profile_data,extract_company_employees,send_connection_request, andscrape_linkedin_post.Direct script execution:
For quick content generation, run:python PostLinkedin.pyAPI endpoint (if using Uvicorn):
Advanced users can integrate with the HTTP API.
8. Project Structure Overview
src/server.pyβ Main MCP server entry point; registers all automation tools.src/main.pyβ Alternative entry point using Uvicorn.src/tools/β Contains all core automation modules:generate_linkedin_content.pyβ AI-powered post generation.extract_linkedin_profile_data.pyβ Profile data extraction.extract_company_employees.pyβ Company employee mapping.send_connection_request.pyβ Automated connection requests.scrape_linkedin_post.pyβ Post/comment scraping.linkedin_login.pyβ Centralized authentication/session management.health_check.pyβ Server health check endpoint.
PostLinkedin.pyβ Standalone script for content generation.requirements.txtβ Python dependencies.
9. Notes & Best Practices
Session Persistence:
The system saves your LinkedIn login session tolinkedin-state.jsonfor faster, less intrusive automation.Security:
All credentials are managed via environment variables. Do not commit your.envfile.Compliance:
Use a dedicated LinkedIn account for automation. Respect LinkedInβs terms of service.
10. Troubleshooting
If you see login errors, double-check your credentials in
.env.If Playwright fails, ensure Chromium is installed (
playwright install chromium).For AI errors, verify your Google Gemini API key and internet connection.
11. Connecting MCP to Claude Desktop
To use the LinkedIn MCP server with Claude Desktop (or any MCP-compatible client):
Start the MCP server (see step 6 above).
Configure Claude Desktop to recognize your local MCP server:
Open the Claude Desktop settings or configuration file (usually
settings.jsonor similar).Add or update the
mcpServerssection as follows (adjust theargspath to match the location ofsrc/server.pyon your system):
{ "mcpServers": { "linkedin-mcp": { "command": "python", "args": ["/absolute/path/to/src/server.py"], "env": { "LINKEDIN_USERNAME": "your_linkedin_email@example.com", "LINKEDIN_PASSWORD": "your_linkedin_password", "GOOGLE_API_KEY": "your_gemini_api_key_here" } } } }The
commandandargsfields must point to the correct Python executable and the full path tosrc/server.pyon your machine. For example, if your project is cloned toC:/Users/YourName/linkedin-automation-mcp/, then use:"args": ["C:/Users/YourName/linkedin-automation-mcp/src/server.py"]Use your actual credentials and API key (never share these publicly).
Restart Claude Desktop. The LinkedIn MCP tools will now appear as available actions or plugins.
Invoke tools like
generate_linkedin_content,extract_linkedin_profile_data, etc., directly from Claude Desktop's interface.
For questions or issues, please open a GitHub issue or contact the project maintainer.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Rohan797217/Linkedin_Automation_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server