LinkedIn HTTP MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@LinkedIn HTTP MCP ServerSearch for product manager jobs in Seattle"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
LinkedIn HTTP MCP Server
A production-ready HTTP/Streamable Model Context Protocol (MCP) server for LinkedIn. It supports both Streamable HTTP (recommended) and Server-Sent Events (SSE) transports. It is designed to be directly deployable to Render and registered as a Custom Connector on Grok.
This project preserves and reuses the exact LinkedIn business logic and authentication flow from the original felipfr/linkedin-mcpserver repository, replacing only the stdio bootstrap layer with a dual-compatible HTTP/SSE/Streamable Express subsystem.
Features
Standard HTTP Transport: Exposes standard endpoints compliant with the latest
@modelcontextprotocol/sdk.Dual Transport Support: Automatically negotiates Streamable HTTP (GET/POST/DELETE
/mcp) and Legacy SSE (GET/sse, POST/messages).Production Routing: Built on a robust, graceful, and session-managed Express.js platform supporting multiple concurrent clients.
Render Deployment Ready: Dynamic port binding, Dockerfile, and
render.yamlblueprint included.Graceful Shutdown: Cleans up active client transports and terminates connections cleanly.
Structured Logging: Powered by Pino structured logger.
Environment Validation: Strict environment checking at startup using Zod.
Related MCP server: LinkedIn MCP Server
Exposed MCP Tools
The server registers and runs the following LinkedIn tools with identical behavior and interfaces as the original:
search-jobs: Search for LinkedIn job postings.search-people: Search for profiles based on keywords, locations, current companies, and industries.get-profile: Retrieve detail on a profile by Public ID or URN ID.get-my-profile: Fetch detail on the authenticated user's profile.get-network-stats: Fetch network size statistics for the authenticated user.get-connections: Retrieve a list of connections.send-message: Send a connection message.
Setup & Environment Variables
Create a .env file in the project root:
cp .env.example .envDefine the following environment variables:
Variable | Description | Default |
| HTTP Server Port (Render overrides this dynamically) |
|
| Logging level ( |
|
| The identifier name of this MCP server |
|
| The version of this MCP server |
|
| Required. LinkedIn developer app client ID | None |
| Required. LinkedIn developer app client secret | None |
Get your client ID and secret from the LinkedIn Developer Portal.
[!WARNING] By default, standard self-serve LinkedIn Developer Apps do not have access to private endpoints like
/search/people,/connections,/messages, or/jobs. Your LinkedIn Developer App must be approved for special Partner Programs (e.g., Talent Solutions, Sales Navigator, or Community Management) to access these endpoints, or you will encounter403 Forbiddenerrors during execution.
Local Development
1. Install Dependencies
npm install2. Run in Development Mode
Builds and watches typescript code in real-time:
npm run dev3. Build & Run in Production Mode
npm run build
npm startGrok Custom Connector Setup
Once deployed to a public URL (e.g. https://your-app.onrender.com), configure it on Grok:
Go to grok.com/connectors.
Click "New Connector".
Choose "Custom".
Enter your MCP Server URL. Grok supports Streamable HTTP and SSE:
For Streamable HTTP:
https://your-app.onrender.com/mcpFor Legacy SSE:
https://your-app.onrender.com/sse
Click "Save". Grok will auto-discover the tools and expose them in your chat session!
Deploying to Render
Deploying to Render requires no code changes:
Push this codebase to a GitHub repository.
In the Render Dashboard, click "New" -> "Blueprint" (or Web Service).
Connect your repository. Render will automatically detect the
render.yamlconfiguration.Input your
LINKEDIN_CLIENT_IDandLINKEDIN_CLIENT_SECRETenvironment variables.Click "Deploy".
Troubleshooting
Server fails on boot: Ensure that your
.envcontains valid non-emptyLINKEDIN_CLIENT_IDandLINKEDIN_CLIENT_SECRETvalues.API Request Errors: Check console logs. If you get
401 Unauthorizedor token errors, verify your credentials on the LinkedIn Developer Portal and ensure your application is approved for the relevant scopes.Port Conflict: If port
5050is in use locally, definePORT=6060(or any other number) in your.env.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceAn MCP server that enables users to interact with LinkedIn feeds and search for job listings through natural language. It provides tools for retrieving recent feed posts and searching for professional opportunities based on specific keywords and locations.Last updatedThe Unlicense
- Alicense-qualityDmaintenanceAn MCP server that enables AI assistants to interact with LinkedIn, including job search, profile viewing, resume/cover letter generation, and application tracking.Last updatedMIT
- Alicense-qualityCmaintenanceAn innovative MCP server that transforms LinkedIn API interactions, enabling advanced people search, profile retrieval, and job market intelligence through natural language.Last updated174MIT
- Flicense-qualityCmaintenanceMCP server for LinkedIn API integration. Enables authentication, profile access, connections, search, messaging, and feed management via OAuth2.Last updated
Related MCP Connectors
Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.
MCP server for LeadDelta — manage LinkedIn connections and CRM data via AI assistants.
GetJobzi MCP server for job search, application tracking, and career forecasting.
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/Snigdha-Gayathri/LinkedIn-MCP-Host'
If you have feedback or need assistance with the MCP directory API, please join our Discord server