Skip to main content
Glama

Instagram MCP Server

by duhlink
#!/bin/bash # Kill any existing Chrome instances pkill -f "Google Chrome" # Launch Chrome with remote debugging enabled "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" \ --remote-debugging-port=9222 \ --user-data-dir="/Users/ryan/Library/Application Support/Google/Chrome" \ --no-first-run \ --no-default-browser-check \ --disable-features=TranslateUI \ about:blank

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/duhlink/instagram-server-next-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server