Query your Instagram analytics with natural language. Ask about stats, compare accounts, generate reports — all from your favorite AI tool.
Once connected, you can ask your AI assistant questions like:
Followers, engagement rate, growth, reach
Best performing content ranked by metric
Side-by-side competitor benchmarking
Which hashtags drive engagement
Growth trajectory and account health
Full analytics report with recommendations
When to post for max engagement
Performance by type: Reel, Carousel, Image
Viral velocity, shares, and view metrics
Track reach, saves, shares over time
Follower projections and trends
Add or remove tracked accounts
List all accounts in your workspace
Cross-platform short-form video stats
AI coaching for short-form content
Select your AI assistant below for specific setup instructions.
In Claude, go to Settings → Connectors → Add Custom Connector, or open this direct link.
Fill in the following fields:
OwlStathttps://mcp.owlstat.io/mcpStart a new conversation. You should see the OwlStat tools available. Try asking:
Run this in your terminal. Replace YOUR_API_KEY with your key:
claude mcp add owlstat \ --transport sse \ -h "Authorization: Bearer YOUR_API_KEY" \ --scope user \ https://mcp.owlstat.io/sse
The --scope user flag makes it available in every project.
Start a new Claude Code session and type:
/mcp
You should see owlstat listed with its tools.
claude mcp remove owlstat --scope user
Go to Cursor Settings → MCP Servers (or open ~/.cursor/mcp.json).
Replace YOUR_API_KEY with your key from OwlStat Settings:
{
"mcpServers": {
"owlstat": {
"type": "sse",
"url": "https://mcp.owlstat.io/sse",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
Restart the app. The OwlStat tools will appear when you use the AI chat panel.
Replace YOUR_API_KEY with your key. Add to ~/.codex/config.yaml:
mcp_servers:
owlstat:
type: sse
url: https://mcp.owlstat.io/sse?apiKey=YOUR_API_KEY
Or use the inline flag:
codex --mcp-server "owlstat=https://mcp.owlstat.io/sse?apiKey=YOUR_API_KEY"
In ChatGPT, go to Explore GPTs → Create and add an MCP action pointing to:
https://mcp.owlstat.io/sse?apiKey=YOUR_API_KEY
Replace YOUR_API_KEY with your key from OwlStat Settings.
Make sure you fully restarted your AI tool after editing the config. Most tools don't hot-reload MCP servers.
Double-check your API key in OwlStat Settings. Copy-paste it — don't type manually.
The Instagram account needs to be tracked in your OwlStat workspace first. Add it through the OwlStat dashboard, then try again.
Contact us at [email protected] or open a chat on owlstat.io.