Back to MCP Servers
🔌

Linked-API/linkedapi-mcp

MIT

🎖️ 📇 ☁️ - MCP server that lets AI assistants control LinkedIn accounts and retrieve real-time data.

TypeScriptAPIs

Install

npx -y @linkedapi/mcp

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "linked-api-linkedapi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@linkedapi/mcp"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.