linkedin-outreach-mcp MCP server by MEOK AI Labs
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-csoai-org-linkedin-outreach-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
linkedin-outreach-mcp MCP server by MEOK AI Labs
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in marketing
DataForSEO API modelcontextprotocol server
MCP server for the PostFast API — schedule and manage social media posts via AI tools
Claude Code plugin: 115 commands, 25 agents, 64 scripts, 67 MCP servers, 143 reference files. Eval/QA layer (hallucination detection, claim verification, A+ through F grading). Multilingual (Sarvam AI, DeepL, Google Cloud Translation). Full execution with approval workflow.
A free SEO research tool using Model Context Protocol (MCP) powered by Ahrefs data. Get backlink analysis, keyword research, traffic estimation, and more — directly in your AI-powered IDE.
MCP Security Weekly
Get CVE alerts and security updates for io.github.CSOAI-ORG/linkedin-outreach-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Linkedin Outreach MCP provides AI-powered tools via the Model Context Protocol (MCP).
| 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. |
pip install meok-linkedin-outreach-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"linkedin-outreach-mcp": {
"command": "python",
"args": ["-m", "meok_linkedin_outreach_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 6 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs