nuclear vs instagram_dm_mcp
Side-by-side comparison to help you pick between these two MCP servers.
nuclear by nukeop | instagram_dm_mcp by trypeggy | |
|---|---|---|
| Stars | ★ 17,623 | ★ 167 |
| 30d uses | — | — |
| Score | 60 | 45 |
| Official | — | — |
| Categories | MediaAI / LLM ToolsProductivity | CommunicationMediasocial-media |
| Language | TypeScript | Python |
| Last commit | this month | 9 mo ago |
nuclear · Summary
Streaming music player that integrates an MCP server for AI control.
instagram_dm_mcp · Summary
Instagram DM MCP server enabling direct messaging, media sharing, and user interaction through Instagram's API.
nuclear · Use cases
- AI-assisted music discovery and playlist creation
- Automated background music control for smart environments
- Voice-controlled music systems through AI intermediaries
instagram_dm_mcp · Use cases
- Automate Instagram DM interactions for customer service or marketing
- Integrate Instagram messaging into AI-powered workflows
- Download and analyze Instagram DM media and conversations
nuclear · Install
Installation
- Download and install Nuclear from [Releases page](https://github.com/nukeop/nuclear/releases)
- Launch Nuclear and enable MCP server in Settings → Integrations
- Add to your MCP client:
Claude Desktop / Cursor / Windsurf
{
"mcpServers": {
"nuclear": {
"url": "http://127.0.0.1:8800/mcp"
}
}
}Claude Code
claude mcp add nuclear --transport http http://127.0.0.1:8800/mcpCodex CLI
codex mcp add nuclear --url http://127.0.0.1:8800/mcpinstagram_dm_mcp · Install
Installation
- Clone the repository:
git clone https://github.com/trypeggy/instagram_dm_mcp.git
cd instagram_dm_mcp- Install dependencies using uv:
uv syncor with pip:
pip install -r requirements.txt- Configure Instagram credentials using the helper script:
python setup_env.py- For Claude Desktop, add to
claude_desktop_config.json:
{
"mcpServers": {
"instagram_dms": {
"command": "uv",
"args": [
"run",
"--directory",
"PATH/TO/instagram_dm_mcp",
"python",
"src/mcp_server.py"
]
}
}
}- Restart Claude Desktop / Cursor.