datalikers-mcp
Provides tools to access Instagram data, including user profiles, posts, reels, comments, hashtags, locations, stories, highlights, and music tracks, enabling searches by demographics, engagement analysis, and more.
Provides tools to access TikTok data, including user profiles, posts, reels, comments, hashtags, locations, stories, highlights, and music tracks, enabling searches by demographics, engagement analysis, and more.
DataLikers MCP Server
MCP server for DataLikers — access Instagram & TikTok data directly from Claude, Cursor, and other AI assistants. Available on npm: datalikers-mcp.
Get 100 Free API Requests
Sign up with this link and get 100 free DataLikers requests — no credit card required. Enough to wire up the MCP server, try a few prompts in Claude/Cursor/Codex, and evaluate the data quality before committing.
What is DataLikers?
DataLikers is an Instagram & TikTok data API platform. Search users by demographics, analyze engagement, explore hashtags, and more — all through a simple API. From $0.0003 per request.
Available Tools (29)
Users (10 tools)
Tool | Description |
| Get user profile by Instagram username |
| Get user profile by Instagram ID |
| Search for users by query |
| Find users associated with a hashtag |
| Find users by location |
| Get top users by followers |
| Get business accounts by category |
| Search by gender, age, race, emotion, country, city, and more |
| Get user profile photo (returns actual image) |
| Get average likes/comments per post |
Media & Posts (4 tools)
Tool | Description |
| Get user's posts and reels |
| Get top posts by likes or comments |
| Search posts by caption text |
| Get post by Instagram shortcode |
Comments (2 tools)
Tool | Description |
| Get comments left by a user |
| Search comments by text |
Hashtags (3 tools)
Tool | Description |
| Get hashtag details and post count |
| Search hashtags by query |
| Get trending hashtags |
Locations (2 tools)
Tool | Description |
| Get location details |
| Search locations by name |
Stories & Highlights (4 tools)
Tool | Description |
| Get user's active stories |
| Get a specific story |
| Get user's highlights |
| Get a specific highlight |
Music (3 tools)
Tool | Description |
| Search music tracks used in reels |
| Get track details |
| Get trending tracks |
Analytics (1 tool)
Tool | Description |
| Get database statistics (total users, posts, comments, etc.) |
Quick Start
Get your API key at datalikers.com
Install in your AI assistant (see below)
Ask Claude: "Find Instagram users in New York with 10k+ followers"
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"datalikers": {
"command": "npx",
"args": ["-y", "datalikers-mcp"],
"env": {
"DATALIKERS_API_KEY": "your-api-key"
}
}
}
}Claude Code
claude mcp add datalikers -- npx -y datalikers-mcp \
--env DATALIKERS_API_KEY=your-api-keyCursor
Add to Cursor MCP settings (.cursor/mcp.json):
{
"mcpServers": {
"datalikers": {
"command": "npx",
"args": ["-y", "datalikers-mcp"],
"env": {
"DATALIKERS_API_KEY": "your-api-key"
}
}
}
}Windsurf
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"datalikers": {
"command": "npx",
"args": ["-y", "datalikers-mcp"],
"env": {
"DATALIKERS_API_KEY": "your-api-key"
}
}
}
}Configuration
Environment Variable | Description | Required |
| Your DataLikers API key | Yes |
| Custom server URL (for self-hosted instances) | No |
Development
git clone https://github.com/subzeroid/datalikers-mcp.git
cd datalikers-mcp
npm install
npm run buildRun tests:
DATALIKERS_API_KEY=your-key npm testTests without DATALIKERS_API_KEY will skip integration tests and only run unit tests.
How It Works
This is a thin proxy that connects to the DataLikers remote MCP server and exposes all its tools locally via stdio transport. No data processing happens locally — all requests are forwarded to the DataLikers API.
AI Assistant ←stdio→ datalikers-mcp ←https→ DataLikers APILicense
MIT
This server cannot be installed
Maintenance
Latest Blog Posts
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/subzeroid/datalikers-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server