Skip to main content
Glama
egig

linkedin-mcp

by egig

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LINKEDIN_CLIENT_IDYesLinkedIn Developer App Client ID
LINKEDIN_REDIRECT_URINoOAuth redirect URI (default: http://localhost:3000/callback)http://localhost:3000/callback
LINKEDIN_CLIENT_SECRETYesLinkedIn Developer App Client Secret

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
linkedin_loginA

Authenticate with LinkedIn via OAuth. Opens a browser for the user to log in and grant permissions. Only needed once -- tokens persist across sessions -- unless the token has expired or force is set.

create_image_postA

Publish an image with text to the logged-in user's personal LinkedIn feed. Requires linkedin_login to have been run first. Provide exactly one of imagePath or imageUrl.

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/egig/linkedin-mcp'

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