@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) |
Capabilities
Features and capabilities supported by this server
| 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 | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/isteamhq/linkedin-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server