Instagram Ads MCP Server
Provides tools to create, read, update, and delete Instagram ads, campaigns, ad sets, and creatives via the Meta Marketing API. Also supports fetching accounts and insights.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Instagram Ads MCP Servershow me my active ad campaigns"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Instagram Ads MCP Server
Meta Marketing API를 래핑하여 Instagram 광고를 생성/수정/조회/삭제할 수 있는 MCP 서버입니다.
사용 방법
Cursor에서 로컬 실행 (권장)
.cursor/mcp.json (또는 전역 ~/.cursor/mcp.json)에 추가:
{
"mcpServers": {
"instagram-ads": {
"command": "node",
"args": ["/절대경로/meta-mcp/dist/stdio.js"],
"env": {
"META_ACCESS_TOKEN": "내_Meta_System_User_토큰"
}
}
}
}각 사용자가 자기 토큰을 설정하면 됩니다. 서버 공유 불필요.
Claude Desktop
claude_desktop_config.json에 동일 형식으로 추가.
HTTP 서버 (원격/공유 용도)
여러 사용자가 하나의 서버를 공유할 때 사용합니다:
MCP_AUTH_TOKEN="서버_인증_토큰" npm start각 사용자는 X-Meta-Access-Token 헤더로 자기 Meta 토큰을 전달합니다:
{
"mcpServers": {
"instagram-ads": {
"url": "https://서버주소/mcp",
"headers": {
"Authorization": "Bearer 서버_인증_토큰",
"X-Meta-Access-Token": "내_Meta_토큰"
}
}
}
}Related MCP server: ,
설치
git clone https://github.com/hjsh200219/meta-mcp.git
cd meta-mcp
npm install
npm run buildMCP 도구 목록 (22개)
카테고리 | 도구 |
계정 |
|
캠페인 |
|
광고세트 |
|
광고 |
|
크리에이티브 |
|
인사이트 |
|
환경변수
변수 | 설명 | stdio | HTTP |
| Meta System User Token | 필수 | 선택 (헤더 폴백) |
| MCP 엔드포인트 인증 토큰 | 불필요 | 필수 |
| 앱 시크릿 (appsecret_proof) | 선택 | 선택 |
| Graph API 버전 | 선택 (v25.0) | 선택 (v25.0) |
| 로그 레벨 | 선택 (warn) | 선택 (info) |
Meta Access Token 발급
Meta Business Suite → 비즈니스 설정
시스템 사용자 생성 → 토큰 발급
권한:
ads_management,ads_read,business_management
테스트
npm test기술 스택
Node.js 20, TypeScript (strict), @modelcontextprotocol/sdk, Express 5, Zod 4, pino, Vitest, Docker
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/hjsh200219/meta-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server