← Back to Plugins
MCP Server MCP

LinkedIn Ads MCP Server

github By github 👁 1 views ▲ 0 votes

LinkedIn Ads management and analytics — CRUD, targeting, delivery forecasts, and media uploads

Homepage Verified source GitHub

Install

npx -y @cesteral/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://{host}/linkedin-mcp/mcp",
      "variables": {
        "host": {
          "description": "Hostname of your deployed server instance (e.g., my-linkedin-mcp-abc123.run.app)",
          "isRequired": true
        }
      }
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@cesteral/linkedin-mcp",
      "version": "1.3.0",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...