PluginBench
MCP Server

LinkedIn MCP Server MCP Server

ai.com.mcp/linkedin

What is the LinkedIn MCP Server MCP server?

LinkedIn API as MCP tools to retrieve profile data and publish content. Powered by HAPI MCP.

How to install LinkedIn MCP Server

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "linkedin": {
      "url": "https://linkedin.run.mcp.com.ai/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "linkedin": {
      "serverUrl": "https://linkedin.run.mcp.com.ai/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "linkedin": {
      "type": "http",
      "url": "https://linkedin.run.mcp.com.ai/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "linkedin": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://linkedin.run.mcp.com.ai/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http linkedin https://linkedin.run.mcp.com.ai/mcp

Related MCP servers

Search and discover Agent Skills — reusable AI agent capability packages — from the skills.sh registry.

21k
Python
Apache-2.0
View repository →

Contabo API (v1.0.0) as MCP tools for cloud provisioning, and management. Powered by HAPI MCP server

View repository →

HAPI MCP server: Dynamically exposes OpenAPI REST APIs as MCP tools for AI assistants

View repository →

MCP server for structured access to Lenny Rachitsky podcast transcripts. For content creators.

View repository →

Focused MCP server for OpenAI image/audio generation (v2.0.0). Wraps endpoints via HAPI CLI.

View repository →

Swagger Petstore API (v1.0.27) as MCP for testing and prototyping powered by the HAPI MCP server

View repository →