Instagram DM Server for AI Assistants
@KynuxDev
Instagram DM Server for AI Assistants について
Read, send, search, and manage Instagram Direct Messages through AI assistants via MCP. 15 tools including inbox, send, search, react, and thread management. Cookie-based auth, single dependency, TypeScript strict, auto-pagination.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"instagram": {
"command": "npx",
"args": [
"-y",
"mcp-instagram-dm"
],
"env": {
"INSTAGRAM_SESSION_ID": "your_session_id",
"INSTAGRAM_CSRF_TOKEN": "your_csrf_token",
"INSTAGRAM_DS_USER_ID": "your_user_id"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Instagram DM Server for AI Assistants?
It is an MCP server that lets AI assistants read, send, search, and manage Instagram Direct Messages through natural language. It connects to Instagram’s DM system using cookie-based authentication and is designed for users of any MCP‑compatible AI assistant.
How to use Instagram DM Server for AI Assistants?
Run npx mcp-instagram-dm after copying three cookies from Chrome DevTools. Add the cookies to your MCP configuration—setup takes about 60 seconds.
Key features of Instagram DM Server for AI Assistants?
- Read inbox, threads, and pending requests
- Send text messages and share links
- Create new threads with one or multiple users
- Like messages with any emoji
- Unsend your own messages and mark conversations seen
- Approve pending DM requests
- Search inbox by username, messages by text, and Instagram users
- Auto‑pagination for 500+ messages with rate limiting
- Single dependency:
@modelcontextprotocol/sdk
Use cases of Instagram DM Server for AI Assistants?
- Automate customer support replies to incoming DMs
- Monitor pending requests and approve relevant conversations
- Find past messages containing specific keywords or usernames
- Schedule or send bulk messages to multiple users
- Build a conversational agent that interacts via Instagram DM
FAQ from Instagram DM Server for AI Assistants?
What authentication method does it use?
Cookie-based authentication from three specific cookies obtained via Chrome DevTools. No API keys are required.
What are the runtime dependencies?
The only dependency is @modelcontextprotocol/sdk. The server is written in TypeScript with strict typing.
Can it handle long conversations?
Yes, it auto-paginates threads with 500+ messages and includes rate limiting to avoid throttling.
What message types are supported?
It handles 14+ message types including text, media, voice, reels, GIFs, and stories.
Where does user data live?
The server communicates directly with Instagram’s servers; no data is stored locally beyond the session cookies.
「その他」の他のコンテンツ
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Servers
modelcontextprotocolModel Context Protocol Servers
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
コメント