@isteam/linkedin-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LINKEDIN_MODE | No | Mode: member (default) or organization | member |
| LINKEDIN_PERSON_ID | No | Your LinkedIn person ID (required in member mode) | |
| LINKEDIN_ACCESS_TOKEN | Yes | OAuth 2.0 access token | |
| LINKEDIN_ORGANIZATION_ID | No | Organization ID (for posting as a company page) |
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 | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_postA | Create a LinkedIn text post (max 3000 chars) |
| create_article_postC | Share an article link on LinkedIn with commentary |
| delete_postB | Delete a LinkedIn post by URN |
| comment_on_postA | Comment on a LinkedIn post (max 1250 chars). Requires post URN — use WebSearch to find posts, then get_post to get the URN. |
| like_postA | Like/react to a LinkedIn post |
| get_meA | Get authenticated LinkedIn user info |
| get_postA | Get a LinkedIn post by URN (text, author, stats) |
| get_commentsC | Get comments on a LinkedIn post |
| get_own_postsB | Get your own recent LinkedIn posts |
| get_post_statsB | Get like/comment counts for 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 | |