Skip to main content
Glama

LinkedIn Content Creation MCP Server

by chrishayuk
.env.example1.25 kB
# LinkedIn MCP Server Configuration # Copy this file to .env and fill in your credentials # ============================================================================ # OAuth Configuration (Required for MCP Server) # ============================================================================ # LinkedIn OAuth Credentials # Get these from: https://www.linkedin.com/developers/apps # Required scopes: openid, profile, w_member_social LINKEDIN_CLIENT_ID=your_client_id_here LINKEDIN_CLIENT_SECRET=your_client_secret_here # Session Storage (Required for Development) # Use 'memory' for local development (no Redis needed) # Use 'redis' for production (requires SESSION_REDIS_URL) SESSION_PROVIDER=memory # Optional: OAuth Configuration #OAUTH_SERVER_URL=http://localhost:8000 #LINKEDIN_REDIRECT_URI=http://localhost:8000/oauth/callback #OAUTH_ENABLED=true # Optional: Production Redis Configuration #SESSION_REDIS_URL=redis://localhost:6379/0 # ============================================================================ # Optional Configuration # ============================================================================ # LinkedIn Person URN (auto-fetched via OAuth, but can be set manually) #LINKEDIN_PERSON_URN=urn:li:person:YOUR_MEMBER_ID

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