Back to MCP Servers

Insta

Instagram MCP server for analytics and insights. Get account overviews, posts, followers, following lists, post insights, and search for users, hashtags, or places.

social-media

Installation

npx -y insta-mcp

Configuration

{
  "mcpServers": {
    "insta-mcp": {
      "command": "npx",
      "args": ["-y", "insta-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub