MCP Catalogs
Home

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
Score6045
Official
Categories
MediaAI / LLM ToolsProductivity
CommunicationMediasocial-media
LanguageTypeScriptPython
Last committhis month9 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

  1. Download and install Nuclear from [Releases page](https://github.com/nukeop/nuclear/releases)
  2. Launch Nuclear and enable MCP server in Settings → Integrations
  3. 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/mcp

Codex CLI

codex mcp add nuclear --url http://127.0.0.1:8800/mcp

instagram_dm_mcp · Install

Installation

  1. Clone the repository:
git clone https://github.com/trypeggy/instagram_dm_mcp.git
cd instagram_dm_mcp
  1. Install dependencies using uv:
uv sync

or with pip:

pip install -r requirements.txt
  1. Configure Instagram credentials using the helper script:
python setup_env.py
  1. 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"
      ]
    }
  }
}
  1. Restart Claude Desktop / Cursor.
Comparison generated from public README + GitHub signals. Last updated automatically.