Skip to main content
Glama
prakharagarwal-dev

LinkedIn MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LINKEDIN_MCP_HTTP_HOSTNoLoopback HTTP listener host. Default: 127.0.0.1
LINKEDIN_MCP_HTTP_PORTNoLoopback HTTP listener port. Default: 8000
LINKEDIN_MCP_TRANSPORTNostdio or streamable-http. Default: stdio
LINKEDIN_MCP_ACCOUNT_IDNoOne configured LinkedIn account. Default: personal
LINKEDIN_MCP_LIVE_ENABLEDNoMaster switch for LinkedIn browser access. Default: false
LINKEDIN_MCP_ALLOWED_HOSTSNoNavigation allowlist. Default: exact LinkedIn hosts
LINKEDIN_MCP_ALLOWED_SCOPESNoAuthorized named capabilities. Default: Jobs and People reads
LINKEDIN_MCP_QUEUE_CAPACITYNoMaximum waiting local capability calls. Default: 100
LINKEDIN_MCP_ALLOWED_EFFECTSNoread, prepare, and/or write. Default: read
LINKEDIN_MCP_ASSET_ROOT_PATHNoAllowed local files for posts/comments/messages. Default: per-user app data
LINKEDIN_MCP_ALLOWED_SURFACESNoAuthorized LinkedIn UI surfaces. Default: Jobs and People reads
LINKEDIN_MCP_BROWSER_HEADLESSNoCapability browser mode; login remains headed. Default: true
LINKEDIN_MCP_RUNTIME_LOCK_PATHNoSingle-account process lock. Default: per-user app data
LINKEDIN_MCP_BROWSER_CACHE_PATHNoManaged Playwright browser cache. Default: native Playwright cache
LINKEDIN_MCP_AUTO_LOGIN_ON_STARTNoValidate/recover login in the background. Default: true
LINKEDIN_MCP_BROWSER_AUTO_INSTALLNoInstall the matching Chromium revision when needed. Default: true
LINKEDIN_MCP_BROWSER_PROFILE_PATHNoPersistent LinkedIn Chromium profile. Default: per-user app data
LINKEDIN_MCP_LOGIN_TIMEOUT_SECONDSNoHuman login bound. Default: 900
LINKEDIN_MCP_BROWSER_TIMEOUT_SECONDSNoBrowser operation timeout. Default: 20
LINKEDIN_MCP_ACTION_DRAFT_TTL_SECONDSNoMaximum in-process unexecuted draft age. Default: 86400
LINKEDIN_MCP_PAGINATION_CURSOR_TTL_SECONDSNoLifetime of an idle continuation cursor. Default: 900
LINKEDIN_MCP_PAGINATION_MAX_ACTIVE_CURSORSNoMaximum process-local continuation states. Default: 64
LINKEDIN_MCP_BROWSER_INSTALL_TIMEOUT_SECONDSNoBrowser installation bound. Default: 600
LINKEDIN_MCP_MINIMUM_NAVIGATION_INTERVAL_SECONDSNoInternal pacing interval. Default: 2
LINKEDIN_MCP_PAGINATION_MAX_SEEN_ITEMS_PER_CURSORNoStable-identity memory bound per scan. Default: 5000

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/prakharagarwal-dev/linkedin-mcp-server'

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