LinkedIn MCP Server
JSON →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
Tools · 15
- 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
Environment variables
LINKEDIN_CLIENT_IDLINKEDIN_CLIENT_SECRETLINKEDIN_API_BASE_URLLINKEDIN_AUTH_BASE_URL
Links
★ 2 GitHub stars