LinkedIn MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LINKEDIN_AUTHOR_URN | No | LinkedIn author URN (optional, for specifying the author when publishing) | |
| LINKEDIN_ACCESS_TOKEN | No | LinkedIn API access token for publishing posts (required only if using the create_post tool) |
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
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| draft_postC | Generate a LinkedIn post template based on topic and tone. |
| create_postC | Format and publish a LinkedIn post, or save as draft. |
| analyze_postA | Score a LinkedIn post and return improvement suggestions. |
| generate_hashtagsC | Generate relevant LinkedIn hashtags for a topic. |
| format_postB | Format raw content with proper LinkedIn structure and hashtags. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| post_templates |
TDQS
Scored across 5 tools
Each tool has a distinct purpose: analyze provides feedback, create publishes or drafts, draft generates templates, format structures content, and generate_hashtags produces hashtags. No overlap.
All tool names follow a consistent verb_noun pattern in snake_case (e.g., analyze_post, create_post).
Five tools is well-scoped for LinkedIn post management, covering creation, formatting, analysis, and hashtag generation without being excessive.
The set covers the key post lifecycle steps (drafting, formatting, creating, analyzing, hashtags) but lacks editing or scheduling capabilities, which are minor gaps.