This is a Model Context Protocol (MCP) server for sending instagram DMs
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"args": [
"{{PATH_TO_SRC}}/instagram_dm_mcp/src/mcp_server.py",
"--username",
"{{YOUR_INSTAGRAM_USERNAME}}",
"--password",
"{{YOUR_INSTAGRAM_PASSWORD}}"
],
"command": "python"
}