LinkedIn MCP Server
by Sabari2005
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DRY_RUN | No | When true, mutating tools validate and report but never execute. | false |
| HUMANIZE | No | When true, adds random delays and human-like typing. | true |
| LOG_LEVEL | No | Logging level: trace, debug, info, warn, error, silent. | info |
| CACHE_TTL_MS | No | Read cache lifetime in milliseconds. | 300000 |
| MCP_HTTP_HOST | No | Bind address for HTTP transport. Non-loopback requires MCP_HTTP_TOKEN. | 127.0.0.1 |
| MCP_HTTP_PATH | No | Endpoint path for HTTP transport. | /mcp |
| MCP_HTTP_PORT | No | Port for streamable HTTP transport. | 3000 |
| LINKEDIN_LI_AT | No | LinkedIn session cookie (li_at) string. Outranks other authentication methods. | |
| MCP_HTTP_TOKEN | No | Bearer token required for non-loopback HTTP bindings. | |
| DEBUG_ARTIFACTS | No | When true, saves screenshots and HTML on browser failures. | true |
| BROWSER_HEADLESS | No | When false, browser UI is visible for debugging. | true |
| TRANSPORT_STRATEGY | No | Transport selection strategy: auto, api, or browser. | auto |
| LINKEDIN_AUTO_LOGIN | No | If set to false, disables the automatic browser login prompt on first use. | true |
| LINKEDIN_COOKIE_FILE | No | Path to a JSON cookies file exported with Cookie-Editor extension. | |
| REQUIRE_CONFIRMATION | No | When true, destructive tools require explicit confirm: true parameter. | true |
| LINKEDIN_BROWSER_PROFILE | No | Path to a dedicated Chrome profile directory. Overrides automatic profile location. | |
| RATE_LIMIT_MESSAGES_PER_DAY | No | Daily messaging quota. | 100 |
| RATE_LIMIT_CONNECTIONS_PER_DAY | No | Daily connection request quota. | 80 |
| RATE_LIMIT_REQUESTS_PER_MINUTE | No | Global request pacing limit. | 30 |
| RATE_LIMIT_APPLICATIONS_PER_DAY | No | Daily job application quota. | 50 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Sabari2005/linkedin-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server