LinkedIn Ads MCP Server
LinkedIn Ads MCPサーバー
Claude (CodeまたはDesktop) をLinkedIn Ads APIに接続し、キャンペーン管理、オーディエンス設定、クリエイティブのアップロード、分析、アカウント監査を自然言語で操作できるようにする MCP サーバーです。
機能
カテゴリ | 機能 |
キャンペーン | キャンペーングループおよびキャンペーンの作成、一覧表示、更新 |
オーディエンス | 保存済みオーディエンスの作成/編集、ターゲット設定の一括地域変更 |
クリエイティブ | 画像や動画のアップロード、広告クリエイティブの作成 |
分析 | キャンペーンおよびクリエイティブのパフォーマンスレポート、アカウントサマリー |
監査 | 10項目のアカウント監査(CTR低下、予算消化率、コンバージョン追跡の欠落など) |
一括操作 | キャンペーン/グループの作成および更新のバッチ処理 |
ベストプラクティスが組み込まれており、すべての書き込み操作において、オーディエンス拡張とオーディエンスネットワークはデフォルトで無効になっています。
Related MCP server: LinkedIn Profile MCP Server
前提条件
Node.js 18以上
Advertising API アクセス権を持つLinkedIn開発者アプリ (こちらから申請)
OAuthスコープ:
r_ads,rw_ads,r_ads_reporting,r_basicprofileLinkedIn広告アカウントID
クイックスタート
git clone <this-repo-url>
cd linkedin-ads-mcp-server
npm install
cp .env.example .env
# Edit .env with your LinkedIn credentials
npm run build
npm startLinkedIn Ads MCP server running — 34 tools registered と表示されれば成功です。
Claudeへの接続
Claude Code (CLI)
~/.claude/settings.json に以下を追加します:
{
"mcpServers": {
"linkedin-ads": {
"command": "node",
"args": ["/path/to/linkedin-ads-mcp-server/dist/index.js"],
"env": {
"LINKEDIN_ACCESS_TOKEN": "your_token",
"LINKEDIN_AD_ACCOUNT_ID": "urn:li:sponsoredAccount:123456789"
}
}
}
}Claude Desktop
%APPDATA%/Claude/claude_desktop_config.json (Windows) または ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) に同じ mcpServers ブロックを追加します。
設定を更新した後、Claudeを再起動してください。
使用方法
接続後、Claudeに話しかけるだけで操作できます:
「キャンペーングループを一覧表示して」
「Q3 Brand Awarenessという新しいキャンペーングループを作成して」
「アカウントの完全監査を実行して」
「今月のトップ5キャンペーンの分析を表示して」
「すべての保存済みオーディエンスのターゲット設定をイギリスからアメリカに変更して」
再起動せずに別のアカウントをターゲットにする場合は、インラインで指定します:
「アカウント urn:li:sponsoredAccount:987654321 のキャンペーンを一覧表示して」
詳細なセットアップガイド
以下の内容を網羅した詳細な手順については SETUP.md を参照してください:
LinkedIn開発者アプリの作成
OAuthトークンの生成
広告アカウントのリンク
Claude Code / Claude Desktopの設定
本番環境でのトークン更新
Standard APIティアへのアップグレード
トークンの有効期限
アクセストークンは60日で期限切れになります。更新フローについては SETUP.md Part 5 を参照してください。
ライセンス
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceMCP server for the LinkedIn Marketing API — query campaigns, performance, and Lead Gen Forms from Claude in plain English. 19 read-only tools covering ad accounts, campaigns, creatives, performance analytics, demographics, video analytics, budget pacing, period comparisons, conversions, Lead Gen Forms, audiences, and targeting facets. Built for B2B paid social teams.194
- Alicense-qualityDmaintenanceAn intelligent bridge between Claude and LinkedIn. This MCP server empowers Claude to act as your high-level career consultant, capable of auditing your profile, optimizing your identity, and managing your professional content with real-time API access.1MIT
- AlicenseAqualityDmaintenanceMCP server to manage Meta Ads (Facebook/Instagram) campaigns, ad sets, insights, and audiences from Claude Code using natural language.97MIT
- Alicense-qualityCmaintenanceAn MCP server that connects AI assistants to LinkedIn's Ad Library API for searching advertisers' sponsored content, job postings, and influencer partnerships.MIT
Related MCP Connectors
Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.
MCP server for LeadDelta — manage LinkedIn connections and CRM data via AI assistants.
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/charltonmediagroup/LICampaignsMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server