Skip to main content
Glama

LinkedIn MCP Server

by felipfr
.env.example705 B
# This is a sample .env file for a LinkedIn MCP Server. # You should replace the placeholder values with your actual configuration. # MCP Server Configuration MCP_SERVER_NAME='your_mcp_server_name' MCP_SERVER_VERSION='1.0.0' MCP_SERVER_PORT=5050 # LinkedIn API Configuration # These values are used to authenticate with the LinkedIn API. # You need to create a LinkedIn application to get these credentials. # Replace 'your_linkedin_client_id' and 'your_linkedin_client_secret' with your actual LinkedIn API credentials. # You can create a LinkedIn application at https://www.linkedin.com/developers/apps LINKEDIN_CLIENT_ID='your_linkedin_client_id' LINKEDIN_CLIENT_SECRET='your_linkedin_client_secret'

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/felipfr/linkedin-mcpserver'

If you have feedback or need assistance with the MCP directory API, please join our Discord server