Skip to main content
Social MediaTypeScript

arjun1194/insta-mcp

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

social-medialocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/arjun1194/insta-mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Social Media
Language
TypeScript
Author
arjun1194