LinkedIn Automation MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP server port | 3001 |
| NODE_ENV | No | Environment (development/production) | development |
| LOG_LEVEL | No | Logging level | info |
| REDIS_URL | No | Redis connection string | redis://localhost:6379 |
| API_PREFIX | No | REST API base path | /api/v1 |
| JWT_SECRET | Yes | JWT signing secret | |
| QDRANT_URL | No | Qdrant vector DB URL | http://localhost:6333 |
| CORS_ORIGIN | No | Allowed CORS origins | http://localhost:5173 |
| DATABASE_URL | No | PostgreSQL connection string | postgresql://... |
| ENCRYPTION_KEY | Yes | AES-256 encryption key (32 chars) | |
| GEMINI_API_KEY | No | Google Gemini API key | |
| JWT_EXPIRES_IN | No | JWT token expiry | 7d |
| OPENAI_API_KEY | No | OpenAI API key | |
| SCHEDULER_CRON | No | Scheduler cron expression | 0 */6 * * * |
| FEATURE_CALENDAR | No | Enable calendar feature | true |
| FEATURE_LEAD_GEN | No | Enable lead generation | true |
| FEATURE_OUTREACH | No | Enable outreach | true |
| ANTHROPIC_API_KEY | No | Anthropic API key | |
| CACHE_TTL_SECONDS | No | Cache TTL | 300 |
| FEATURE_AI_WRITER | No | Enable AI writer feature | true |
| FEATURE_ANALYTICS | No | Enable analytics | true |
| JWT_REFRESH_SECRET | Yes | Refresh token secret | |
| LINKEDIN_CLIENT_ID | Yes | LinkedIn OAuth client ID | |
| DEFAULT_AI_PROVIDER | No | Default AI provider | openai |
| RATE_LIMIT_WINDOW_MS | No | Rate limit window | 900000 |
| LINKEDIN_CLIENT_SECRET | Yes | LinkedIn OAuth client secret | |
| RATE_LIMIT_MAX_REQUESTS | No | Max requests per window | 100 |
| MAX_SCHEDULED_POSTS_PER_DAY | No | Max daily scheduled posts | 5 |
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/abdulsammad-lgtm/LinkedIn-Automation-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server