instagram-server-next-mcp
This MCP server fetches Instagram posts using Chrome's existing login session.
The Instagram MCP Server is designed to provide a seamless way to retrieve Instagram posts while leveraging the user's existing Chrome login session. It features a modular architecture that ensures a clear separation of concerns, making it easy to maintain and extend. Built with TypeScript, the server offers type-safe implementations, improved error handling, and logging capabilities. Additionally, it supports JSON-RPC 2.0 compliant communication, allowing for easy integration with other services.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"instagram-server-next-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-instagram-server-next-mcp"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions