MCP Server
Active
MIT
Instagram Profile MCP Server MCP Server
io.github.afanasenkoa/instagram-profile-mcp-server
What is the Instagram Profile MCP Server MCP server?
Instagram profiles for AI agents — followers, similar accounts, keyword and location search.
How to install Instagram Profile MCP Server
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Environment / auth
AuthorizationrequiredsecretApify API token, as 'Bearer <apify-api-token>'. Create one at https://console.apify.com/settings/integrations
Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"instagram-profile-mcp-server": {
"url": "https://afanasenko--instagram-profile-scraper-mcp-server.apify.actor/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"instagram-profile-mcp-server": {
"serverUrl": "https://afanasenko--instagram-profile-scraper-mcp-server.apify.actor/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"instagram-profile-mcp-server": {
"type": "http",
"url": "https://afanasenko--instagram-profile-scraper-mcp-server.apify.actor/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"instagram-profile-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://afanasenko--instagram-profile-scraper-mcp-server.apify.actor/mcp"
]
}
}
}Claude Code
claude mcp add --transport http instagram-profile-mcp-server https://afanasenko--instagram-profile-scraper-mcp-server.apify.actor/mcpRelated MCP servers
Zillow MCP Server
Active
Zillow homes and agent contacts for AI agents — search by ZIP, by URL, or look up a zpid.
0
View repository →MIT