LinkedIn MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging verbosity: debug, info, warn, error | info |
| LINKEDIN_CLIENT_ID | No | Your LinkedIn app client ID (required for OAuth flow) | |
| LINKEDIN_ACCESS_TOKEN | No | Use existing LinkedIn access token instead of OAuth flow | |
| LINKEDIN_REDIRECT_URI | No | OAuth callback URL | http://localhost:50001/callback |
| LINKEDIN_CLIENT_SECRET | No | Your LinkedIn app client secret (required for OAuth flow) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_linkedin_profileB | Get the authenticated user's LinkedIn profile information |
| get_linkedin_postsC | Get the user's recent LinkedIn posts |
| get_linkedin_connectionsB | Get the user's LinkedIn connections |
| share_linkedin_postC | Share a new post on LinkedIn |
| search_linkedin_peopleC | Search for people on LinkedIn |
| add_linkedin_skillC | Add a skill to your LinkedIn profile |
| delete_linkedin_skillA | Delete a skill from your LinkedIn profile |
| add_linkedin_positionB | Add a work position to your LinkedIn profile |
| update_linkedin_positionB | Update an existing position on your LinkedIn profile |
| delete_linkedin_positionA | Delete a position from your LinkedIn profile |
| add_linkedin_educationB | Add education to your LinkedIn profile |
| delete_linkedin_educationB | Delete education from your LinkedIn profile |
| add_linkedin_certificationB | Add a certification to your LinkedIn profile |
| delete_linkedin_certificationA | Delete a certification from your LinkedIn profile |
| add_linkedin_publicationC | Add a publication to your LinkedIn profile |
| delete_linkedin_publicationB | Delete a publication from your LinkedIn profile |
| add_linkedin_languageB | Add a language to your LinkedIn profile |
| delete_linkedin_languageC | Delete a language from your LinkedIn profile |
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
- 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/quinnjr/linkedin-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server