MCP Servers / communication / LinkedIn MCP Server

LinkedIn MCP Server

JSON →
stdionone2communication

A MCP server for LinkedIn REST API v2 that enables AI assistants to create, list, and delete posts, manage events, upload images, comment, and react—featuring OAuth 2.0 with session persistence, local post history tracking, and multiple automated tests

Install
How to run this server

No install command recorded.

server path: linkedin-mcp-server
Tools
What this server exposes
linkedin_auth_start
Start OAuth 2.0 authentication flow
linkedin_auth_callback
Complete OAuth with authorization code
linkedin_auth_logout
Revoke token and log out
linkedin_get_my_profile
Get your LinkedIn profile (name, headline, photo, email)
linkedin_get_my_email
Get your email address
linkedin_get_auth_status
Check authentication status
linkedin_get_rate_limits
View API rate limit usage
linkedin_create_post
Create text, article, or image posts
linkedin_delete_post
Delete your posts
linkedin_create_comment
Comment on posts
linkedin_react_to_post
React to posts (like, celebrate, support, love, insightful, funny)
linkedin_upload_image
Upload images for posts
linkedin_list_my_posts
List posts created through this server with URNs for reference
linkedin_create_event
Create LinkedIn events
linkedin_get_event
Get event details
Configuration
Environment & auth
authnone
envLINKEDIN_CLIENT_ID
envLINKEDIN_CLIENT_SECRET
envLINKEDIN_API_BASE_URL
envLINKEDIN_AUTH_BASE_URL
Resources
LinkedIn MCP Server — MCP Server · libregistry