LinkedIn MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LINKEDIN_ACCESS_TOKEN | Yes | Your LinkedIn API access token with appropriate scopes (r_liteprofile, r_emailaddress, w_member_social) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| test_linkedin_connectionA | Test the LinkedIn MCP Server connection |
| get_profileA | Get your LinkedIn profile information |
| create_postB | Create a new LinkedIn post with optional media |
| delete_postB | Delete a LinkedIn post |
| get_postB | Get details of a specific LinkedIn post |
| get_feedB | Get posts from your LinkedIn feed |
| share_postC | Share an existing LinkedIn post |
| create_commentC | Comment on a LinkedIn post |
| like_postB | Like a LinkedIn post |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 9 tools
Each tool has a distinct purpose: commenting, posting, deleting, viewing feed/post/profile, liking, sharing, and testing. No overlapping functionality.
All tool names follow a consistent verb_noun pattern with underscores (e.g., create_post, get_feed, like_post). The naming convention is uniform.
9 tools is well-scoped for a LinkedIn server, covering essential actions without being excessive or insufficient.
The set covers core LinkedIn interactions (posting, commenting, liking, sharing, viewing), but lacks tools for retrieving comments or updating posts, which are minor gaps.