Linkedin (verified)
Build and manage professional profiles, post content, and search connections. Track engagement and manage company pages.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add linkedin
# Browse available tools
npx -y smithery tool list linkedin
# Get full schema for a tool
npx -y smithery tool get linkedin LINKEDIN_CREATE_LINKED_IN_POST
# Call a tool
npx -y smithery tool call linkedin LINKEDIN_CREATE_LINKED_IN_POST '{}'Direct MCP Connection
Endpoint: https://linkedin.run.tools
Tools (4)
LINKEDIN_CREATE_LINKED_IN_POST— Creates a new post on LinkedIn for the authenticated user or an organization they manage; ensure the user has necessary…LINKEDIN_DELETE_LINKED_IN_POST— Deletes a specific LinkedIn post (share) by its uniqueshare_id, which must correspond to an existing share.LINKEDIN_GET_COMPANY_INFO— Retrieves organizations where the authenticated user has specific roles (ACLs), to determine their management or conten…LINKEDIN_GET_MY_INFO— Fetches the authenticated LinkedIn user's profile, notably including the 'author_id' required for attributing content s…
# Get full input/output schema for a tool
npx -y smithery tool get linkedin