Skip to main content
Glama
rgthelen

LinkedIn MCP Server

by rgthelen

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LINKEDIN_ACCESS_TOKENYesYour 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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 9 tools

Disambiguation5/5

Each tool has a distinct purpose: commenting, posting, deleting, viewing feed/post/profile, liking, sharing, and testing. No overlapping functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with underscores (e.g., create_post, get_feed, like_post). The naming convention is uniform.

Tool Count5/5

9 tools is well-scoped for a LinkedIn server, covering essential actions without being excessive or insufficient.

Completeness4/5

The set covers core LinkedIn interactions (posting, commenting, liking, sharing, viewing), but lacks tools for retrieving comments or updating posts, which are minor gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues