MCP Catalogs
Home

XHS-Downloader vs instagram_dm_mcp

Side-by-side comparison to help you pick between these two MCP servers.

XHS-Downloader
by JoeanAmier
instagram_dm_mcp
by trypeggy
Stars★ 11,172★ 167
30d uses
Score5945
Official
Categories
MediaWeb ScrapingDeveloper Tools
CommunicationMediasocial-media
LanguagePythonPython
Last committhis month9 mo ago

XHS-Downloader · Summary

XHS-Downloader is a MCP server for downloading content from XiaoHongShu (RedNote) platform with API and MCP capabilities.

instagram_dm_mcp · Summary

Instagram DM MCP server enabling direct messaging, media sharing, and user interaction through Instagram's API.

XHS-Downloader · Use cases

  • Automatically downloading XiaoHongShu content for personal archiving
  • Building applications that integrate with XiaoHongShu content through MCP protocol
  • Batch processing of XiaoHongShu content with API calls

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

XHS-Downloader · Install

Installation

  1. **Docker (Recommended)**

``bash docker pull joeanamier/xhs-downloader docker run -p 5556:5556 -v xhs_downloader_volume:/app/Volume -it joeanamier/xhs-downloader python main.py mcp ``

  1. **From Source**

``bash git clone https://github.com/JoeanAmier/XHS-Downloader.git cd XHS-Downloader pip install -r requirements.txt python main.py mcp ``

**Claude Desktop Configuration**: Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "xhs-downloader": {
      "command": "python",
      "args": ["path/to/main.py", "mcp"],
      "env": {
        "PYTHONPATH": "path/to/repo"
      }
    }
  }
}

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.