Skip to main content
Glama
mcp-dir

Instagram

by mcp-dir

Instagram

Claude、Cursor、AIエージェントで使えるInstagramアカウント:投稿、返信、分析

自分のInstagramアカウントをClaude、Cursor、または自作エージェントに接続できます。公式APIを通じて、写真・動画・カルーセル・Reels・Storiesの投稿、コメントの閲覧と返信、DMでの会話、プロフィールとメディアのインサイト取得が可能です。Advancedプランでは、同じアカウントで投稿への「いいね」、フォロー・アンフォロー、ストーリーの一覧表示と閲覧、DM会話の開始もできます。2クリック(BusinessまたはCreatorアカウント)またはユーザー名とパスワードで接続でき、2FAにも対応しています。

  • 📸 実際に投稿可能:公式APIを通じて写真、動画、カルーセル、Reels、Storiesを投稿

  • 💬 コメントとDM:読み取り、返信、既読化、会話一覧の表示

  • 📈 プロフィールとメディアのインサイト:リーチ、インプレッション、エンゲージメント

  • ❤️ 自アカウントでのエンゲージメント(Advancedプラン):投稿への「いいね」、コメントへの「いいね」、フォロー、アンフォロー、ストーリーの一覧表示と閲覧、DM会話の開始

  • 🔑 2つの接続方法:2クリック(Business/Creator)または2FA対応のユーザー名とパスワード

  • 🧾 ジョブID付きの非同期アクション:すべてのアクションの状態を追跡(get_job_statuslist_jobs

  • 🌐 MCP上に構築されたREST APIミラーを自社バックエンド用に提供

  • 💬 あらゆるMCPクライアントで動作:Claude Desktop、Cursor、VS Code、Cline、Continue

Versão em português · Full docs (PT-BR) · Agent skill


ワンクリックインストール

Claude(WebおよびDesktop)

Anthropic統合MCPインストールはclaude.ai/customize/connectorsにあります。同じリンクがClaude WebとClaude Desktopの両方で機能します(ログインしている必要があります):

➕ Claudeで開いて接続

手動(ディープリンクが開かない場合):claude.ai/customize/connectors+Add custom connectorNameInstagramURLhttps://api.mcp.ai/p_instagramを貼り付け。

Cursor

➕ CursorにInstagramをインストール

VS Code(Copilot Chat)

➕ VS CodeにInstagramをインストール

ChatGPT、Manus、OpenClaw、その他40以上のクライアント

MCP over HTTPに対応するあらゆるMCPクライアントで動作します。サーバーURLは常に次のとおりです:

https://api.mcp.ai/p_instagram

クライアント別の詳細:INSTALL.md


Related MCP server: meta-mcp

プロンプト例

Publish this image on my Instagram with the caption "today's launch"
Which new comments came in on my last 3 posts?
Reply to that comment thanking them
What was the reach of my Reels last week?
Like this post: https://www.instagram.com/p/CxAbCdEfGhI/
Follow the profile nasa from my account

利用可能な27のツール

ツール

説明

instagram_actions_list_accounts

このインストールに接続されているInstagramアカウントの一覧を表示 — id、ユーザー名、ラベル。

instagram_actions_like

投稿URLまたはショートコード(公式APIが返す数値のメディアIDではない)で指定した1つ以上のInstagram投稿に「いいね」を付ける。

instagram_actions_list_comments

URLまたはショートコードで指定した投稿のコメント一覧を表示する。

instagram_actions_like_comment

1つ以上のコメントに「いいね」を付ける。各comment_idはinstagram_actions_list_commentsから取得する必要があります。公式のinstagram_get_ig_media_commentsが返すidは別の名前空間に属しており、拒否されます。ジョブ…を返します。

instagram_actions_follow

@ユーザー名で1人以上のInstagramユーザーをフォローする。

instagram_actions_unfollow

@ユーザー名で1人以上のInstagramユーザーをアンフォローする。

instagram_actions_list_stories

特定ユーザーの現在利用可能なストーリーを一覧表示する(読み取り専用、既読にはなりません)。

instagram_actions_view_story

1つ以上のプロフィールのストーリーを視聴(既読化)する。

instagram_actions_send_message

このアカウントに一度もメッセージを送ったことのない相手に最初のダイレクトメッセージを送信する(公式APIでは不可能)。

instagram_actions_get_job_status

以前に開始したアクションのステータス/進捗/結果をjob_idで取得する。

instagram_actions_list_jobs

接続アカウントの最近のアクションジョブを一覧表示する。ステータスでフィルタリング可能。

instagram_get_user_info

プロフィール詳細と統計を含むInstagramビジネスアカウント情報を取得する。

instagram_get_ig_user_media

Instagramユーザーのメディアコレクション(投稿、写真、動画、リール、カルーセル)を取得する。

instagram_get_ig_media

公開済みのInstagramメディアオブジェクト(写真、動画、ストーリー、リール、カルーセル)を取得する。

instagram_get_ig_media_comments

Instagramメディアオブジェクトのコメントを取得するツール。

instagram_get_ig_media_insights

Instagramメディアオブジェクト(写真、動画、リール、カルーセルアルバム)のインサイトとメトリクスを取得するツール。

instagram_get_user_insights

Instagramアカウントレベルのインサイトと分析(プロフィール閲覧数、リーチ、フォロワー数など)を取得する。

instagram_post_ig_user_media

Instagram投稿用のメディアコンテナを作成するツール。

instagram_create_carousel_container

公開前に複数の画像/動画でカルーセル投稿の下書きを作成する。

instagram_post_ig_user_media_publish

メディアコンテナをInstagramビジネスアカウントに公開するツール。

instagram_post_ig_comment_replies

Instagramコメントに返信を作成するツール。

instagram_send_text_message

既存の会話でInstagramユーザーにDMでテキストメッセージを送信する。

instagram_send_image

特定ユーザーにInstagram DMで画像を送信する。

instagram_mark_seen

特定ユーザーとのInstagram DMメッセージを既読/閲覧済みとしてマークする。

instagram_get_conversation

特定のInstagram DM会話の詳細(参加者など)を取得する。

instagram_list_all_conversations

認証済みユーザーのすべてのInstagram DM会話を一覧表示する。

instagram_list_all_messages

特定のInstagram DM会話のすべてのメッセージを一覧表示する。

各ツールの詳細:docs/ferramentas.md(PT-BR)


仕組み

1. Install the MCP in your client (Claude / Cursor / VS Code)
2. Connect YOUR account:
   • Basic    — 2 clicks, Business or Creator account (official API)
   • Advanced — username and password, 2FA supported
3. Reading and publishing answer immediately (official API)
4. Engagement actions are queued and return a job id
5. instagram_actions_get_job_status follows each action to the end

エンゲージメントアクションは非同期で、一度に1つずつ実行されます。 各アクションは約40秒から約2分かかり、キューは直列のため、このMCPはアカウントを人間のペースで運用するように設計されており、大量処理には向いていません。大規模な読み取り/投稿が必要な場合は、同期式で無料のBasicプランをご利用ください。


料金

接続アカウントごとに請求されます。docs/precos.md(PT-BR)を参照してください。


プライバシーとデータ保護

  • サブプロセッサー:選択したLLMホスト(Claude、ChatGPT、Cursor、自作エージェント)。完全なリストはdocs/privacidade-lgpd.mdにあります。

  • ツールが返すデータは、選択したLLMホスト(当社の管理外のサブプロセッサー)に送信されます。トレーニング用のオプトアウトがあるプランを推奨します。


FAQ

BasicプランとAdvancedプランの違いは何ですか? Basicは無料で、2クリックで接続でき、公式Instagram API(投稿、コメント、DM、インサイト)を使用します。Advancedは接続アカウントごとのサブスクリプションで、同じアカウントに「いいね」、フォロー、アンフォロー、ストーリーの一覧表示/閲覧、DM会話の開始が追加されます。AdvancedにはBasicの機能もすべて含まれます。

BusinessまたはCreatorアカウントは必要ですか? Basicプランでは必要です。公式APIがそれを要求するためです。Advancedプランはユーザー名とパスワード(2FA対応)で接続し、そのような要件はありません。

1分間に何回のアクションが可能ですか? エンゲージメントアクションはキューに入れられ、一度に1つずつ実行され、各アクションに約40秒〜2分かかります。このMCPは大量送信や一括送信を販売していません。公式APIを通じた読み取りと公開は、そのキューを経由しません。

他の人のアカウントに影響しますか? いいえ。すべてのアクションは、あなたが接続したアカウント上で、あなたの承認のもとで実行され、各アクションは監査可能なジョブIDを返します。Instagramの利用規約の範囲内で使用してください。

投稿にいいねするにはどうすればいいですか? 投稿URL(https://www.instagram.com/p/… または /reel/…)またはショートコードを渡してください。公式APIがidで返す数値IDはいいねには使用できません。公式側でメディアを一覧表示した場合は、permalinkフィールドを使用してください。

MCP以外にREST APIはありますか? はい。同じツールセットがRESTでもミラーリングされており、Bearerトークン、OpenAPI、そして独自のエージェントに貼り付けられるスキルマークダウンが用意されています。docs/api-rest.mdを参照してください。

サーバーはオープンソースですか? サーバーはプロプライエタリ(ホスト型)です。このリポジトリは、マニフェスト、ドキュメント、スキルを含む公開ラッパーであり、すべてMITライセンスです。


サポート


ライセンス

MIT — LICENSEを参照してください。api.mcp.ai/p_instagramのMCPサーバーはプロプライエタリ(ホスト型)です。このリポジトリ(マニフェスト、ドキュメント、スキル)はMITライセンスです。

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to manage Instagram Business accounts by automating content publishing, scheduling posts, and analyzing performance metrics. Supports posts, stories, reels, and carousels with detailed audience insights and hashtag discovery.
  • A
    license
    A
    quality
    C
    maintenance
    Enables AI assistants to manage Instagram and Threads accounts — publish content, handle comments, view insights, search hashtags, and manage DMs through the Meta Graph API.
    59
    46
    10
    MIT
  • A
    license
    C
    quality
    F
    maintenance
    Enables professional Threads management with enterprise-grade analytics, AI-powered content optimization, and automation features, including posting, scheduling, audience insights, and bulk operations.
    45
    30
    12
    MIT
  • F
    license
    A
    quality
    C
    maintenance
    Enables posting and managing Instagram content (photos, reels, stories, carousels) and interacting with media and comments via Instagram Graph API.
    10
    40

View all related MCP servers

Related MCP Connectors

  • Post, schedule and read analytics on X, LinkedIn, Instagram, TikTok, YouTube, Bluesky and more.

  • Schedule, publish, and analyze social posts on TikTok, Instagram, YouTube, X, Threads, LinkedIn.

  • Schedule and publish social posts to 11 platforms with media, campaigns, analytics and AI captions

View all MCP Connectors

Latest Blog Posts

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/mcp-dir/instagram-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server