
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
linkedin-mcp-claude
Advanced tools
Comprehensive LinkedIn API MCP server with automatic Claude configuration
A comprehensive LinkedIn API MCP (Model Context Protocol) server that integrates seamlessly with Claude Desktop/Code. This package provides full LinkedIn functionality including post creation, profile optimization, content generation, and analytics - all accessible through Claude's natural language interface.
Install and configure with a single command:
npx @maheidem/linkedin-mcp install
That's it! The installer will:
npx @maheidem/linkedin-mcp install
npm install -g @maheidem/linkedin-mcp
linkedin-mcp install
npm install @maheidem/linkedin-mcp
npx linkedin-mcp install
# Install and configure for Claude
linkedin-mcp install
# Check installation status
linkedin-mcp status
# Set up LinkedIn OAuth credentials
linkedin-mcp auth
# Remove configuration
linkedin-mcp uninstall
# Check if everything is working
linkedin-mcp status
# Set up authentication
linkedin-mcp auth
After installation, you need to set up LinkedIn OAuth:
Create LinkedIn App:
Configure Redirect URI:
http://localhost:3000/callback
to your app's redirect URIsSet Up Credentials:
linkedin-mcp auth
Complete OAuth Flow:
Once installed, you can use LinkedIn functionality directly in Claude:
Create a LinkedIn post about the latest developments in AI, targeting ML engineers and including relevant hashtags.
Analyze my LinkedIn profile and provide optimization recommendations for better visibility in the tech industry.
Generate 5 LinkedIn post ideas about machine learning trends, each with different engagement strategies.
Show me the performance metrics for my last 10 LinkedIn posts and identify the most engaging content types.
The MCP server provides these tools to Claude:
linkedin_create_post
- Create and publish postslinkedin_create_optimized_post
- AI-generated optimized postslinkedin_post_profile_update
- Announce profile changeslinkedin_get_user_posts
- Retrieve your posts with paginationlinkedin_get_post_details
- Detailed post analyticslinkedin_get_user_activity
- Activity timeline and engagementlinkedin_get_user_info
- User profile informationlinkedin_analyze_profile_from_data
- Profile optimization analysislinkedin_generate_optimized_content
- Content generation for profileslinkedin_get_auth_url
- Generate OAuth URLslinkedin_exchange_code
- Handle OAuth token exchangeThe installer automatically detects and configures:
~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%/Claude/claude_desktop_config.json
~/.config/claude/claude_desktop_config.json
Tokens are securely stored at:
~/.linkedin-mcp/tokens/
{
"mcpServers": {
"linkedin-complete": {
"command": "node",
"args": ["/path/to/server/linkedin-complete-mcp.js"],
"env": {
"LINKEDIN_TOKEN_STORAGE_PATH": "/home/user/.linkedin-mcp/tokens"
}
}
}
}
# Check status
linkedin-mcp status
# Reinstall if needed
linkedin-mcp uninstall
linkedin-mcp install
# Reset credentials
linkedin-mcp auth
# Check token storage
ls ~/.linkedin-mcp/tokens/
linkedin-mcp install
again// Through Claude's natural language interface:
"Create a post about AI trends with these key points: [points]"
// Direct API usage:
linkedin_create_post({
text: "Your post content here",
visibility: "PUBLIC"
})
linkedin_analyze_profile_from_data({
name: "Your Name",
currentHeadline: "Current headline",
industry: "Technology"
})
See API_REFERENCE.md for complete documentation.
Contributions welcome! Please see our contributing guidelines.
git clone https://github.com/maheidem/linkedin-mcp
cd linkedin-mcp
npm install
npm run build
npm test
npm run dev # Development mode
MIT License - see LICENSE file for details.
Built with:
Made with ❤️ for the Claude community
FAQs
Comprehensive LinkedIn API MCP server with automatic Claude configuration
The npm package linkedin-mcp-claude receives a total of 2 weekly downloads. As such, linkedin-mcp-claude popularity was classified as not popular.
We found that linkedin-mcp-claude demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.