Skip to main content
Glama
N-Graves

linkedin-mcp-server

by N-Graves

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_READ_ONLYNoSet to '1' to refuse any state-changing operations (posting, deleting).
MCP_NO_DESTRUCTIVENoSet to '1' to allow posting but refuse delete operations.
LINKEDIN_API_VERSIONNoOptional override for the LinkedIn API version header (format YYYYMM). If not set, the server uses its pinned default. Set this if the default is retired (returns 426).
LINKEDIN_ACCESS_TOKENYesLinkedIn OAuth access token. Obtainable from LinkedIn's developer portal OAuth Token Generator.

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
linkedin_get_meB

The authenticated member — id, name and email if the token carries the scope.

linkedin_create_postA

Publish to LinkedIn. ⚠️ There is NO draft state — LinkedIn's Posts API has no unpublished lifecycle to fall back on, so this goes live the moment it succeeds. Any human approval has to happen BEFORE this is called, never after.

An image is uploaded and confirmed first, so a picture LinkedIn rejects fails before anything is published — a LinkedIn post cannot be edited afterwards to add media.

linkedin_delete_postA

Delete one of your own posts by URN. Irreversible.

linkedin_callA

Call any LinkedIn endpoint directly. LinkedIn publishes no machine-readable spec, so this server does not claim a complete catalogue — this is how you reach the rest of the API. Paths are relative to https://api.linkedin.com. A /rest/ path automatically gets the version and protocol headers.

⚠️ Comments are NOT reachable, whatever scopes you hold. See the README.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/N-Graves/linkedin-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server