LinkedIn MCP Server
by chrishayuk
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OAUTH_ENABLED | No | Enable OAuth authentication | true |
| OAUTH_SERVER_URL | No | Base URL of the OAuth server, e.g. http://localhost:8000 | |
| SESSION_PROVIDER | No | Session storage provider: memory or redis | memory |
| ENABLE_PUBLISHING | No | Enable publishing tools (requires OAuth) | false |
| SESSION_REDIS_URL | No | Redis connection string (required if SESSION_PROVIDER=redis) | |
| LINKEDIN_CLIENT_ID | No | LinkedIn OAuth client ID from https://www.linkedin.com/developers/apps | |
| LINKEDIN_BEARER_TOKEN | No | LinkedIn bearer token for passthrough mode (no OAuth flow) | |
| LINKEDIN_REDIRECT_URI | No | OAuth callback URL, e.g. http://localhost:8000/oauth/callback | |
| LINKEDIN_CLIENT_SECRET | No | LinkedIn OAuth client secret |
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
- 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/chrishayuk/chuk-mcp-linkedin'
If you have feedback or need assistance with the MCP directory API, please join our Discord server