Skip to content
Cursor

INSSIST for Cursor

io.github.inssist/inssist-mcp

Drive your own logged-in Instagram session via the INSSIST extension: read, publish, DMs, analytics.

client:Cursor transport:stdio runtime:npm

Install INSSIST in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "inssist-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@inssist/mcp"
      ],
      "env": {
        "INSSIST_MCP_PORT": "<INSSIST_MCP_PORT>",
        "INSSIST_MCP_HOME": "<INSSIST_MCP_HOME>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

INSSIST in other clients