LinkedIn MCP Server
ai.com.mcp/linkedinLinkedIn API as MCP tools to retrieve profile data and publish content. Powered by HAPI MCP.
Tools · 3
Share on LinkedIn, create a share post - Create a new share post on LinkedIn using text, URLs, and images
Get share posts - Retrieve share posts for the authenticated user or organization
Get person profile - Get basic profile information for a person
Resources · 3
The OpenAPI specification for this API
http://localhost:3000/linkedin.json
OAuth 2.0 Protected Resource Metadata for authorization server discovery
http://localhost:3000/.well-known/oauth-protected-resource
OAuth 2.0 Authorization Server Metadata for client configuration
http://localhost:3000/.well-known/oauth-authorization-server
Prompts · 1
System prompt for API interaction
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"linkedin_mcp_server": {
"url": "https://linkedin.run.mcp.com.ai/mcp",
"transport": "streamable-http"
}
}
}