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 服务器
Servers
modelcontextprotocolModel Context Protocol Servers
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🚀 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,
Awesome Mlops
visengerA curated list of references for MLOps
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
评论