Skip to main content
Glama
CSOAI-ORG

LinkedIn Outreach MCP Server

Linkedin Outreach MCP

MCP server for linkedin outreach mcp operations

PyPI License: MIT MEOK AI Labs

Overview

Linkedin Outreach MCP provides AI-powered tools via the Model Context Protocol (MCP).

Tools

Tool

Description

generate_connection_request

Generate a personalized LinkedIn connection request (max 300 characters).

generate_inmessage

Generate a professional LinkedIn InMail or direct message.

generate_post

Generate an engaging LinkedIn post with hashtags.

analyze_profile

Analyze a LinkedIn profile description to extract actionable outreach insights.

generate_outreach_sequence

Generate a 5-touch LinkedIn outreach sequence with timing recommendations.

generate_comment

Generate an insightful comment for a LinkedIn post.

Installation

pip install meok-linkedin-outreach-mcp

Usage with Claude Desktop

Add to your Claude Desktop MCP config (claude_desktop_config.json):

{
  "mcpServers": {
    "linkedin-outreach-mcp": {
      "command": "python",
      "args": ["-m", "meok_linkedin_outreach_mcp.server"]
    }
  }
}

Usage with FastMCP

from mcp.server.fastmcp import FastMCP

# This server exposes 6 tool(s) via MCP
# See server.py for full implementation

License

MIT © MEOK AI Labs

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)

Latest Blog Posts

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/CSOAI-ORG/linkedin-outreach-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server