Skip to main content
Glama
subzeroid

datalikers-mcp

by subzeroid

DataLikers MCP 서버

npm version npm downloads License: MIT

DataLikers용 MCP 서버 — Claude, Cursor 및 기타 AI 어시스턴트에서 직접 Instagram 및 TikTok 데이터에 액세스하세요. npm에서 이용 가능: datalikers-mcp.

100개의 무료 API 요청 받기

**이 링크로 가입**하시면 100개의 무료 DataLikers 요청을 받으실 수 있습니다 — 신용카드가 필요 없습니다. MCP 서버를 연결하고, Claude/Cursor/Codex에서 몇 가지 프롬프트를 시도해 보며, 결제 전에 데이터 품질을 평가하기에 충분한 양입니다.

여기에서 100개의 무료 요청 받기

Related MCP server: lamatok-mcp

DataLikers란 무엇인가요?

DataLikers는 Instagram 및 TikTok 데이터 API 플랫폼입니다. 인구 통계별 사용자 검색, 참여도 분석, 해시태그 탐색 등을 간단한 API를 통해 수행할 수 있습니다. 요청당 $0.0003부터 시작합니다.

사용 가능한 도구 (29개)

사용자 (10개 도구)

도구

설명

get_user_by_username

Instagram 사용자 이름으로 사용자 프로필 가져오기

get_user_by_id

Instagram ID로 사용자 프로필 가져오기

search_users

쿼리로 사용자 검색

get_users_by_hashtag

해시태그와 관련된 사용자 찾기

get_users_by_location

위치별 사용자 찾기

get_top_users

팔로워 수 기준 상위 사용자 가져오기

get_business_users

카테고리별 비즈니스 계정 가져오기

search_users_by_demographics

성별, 연령, 인종, 감정, 국가, 도시 등으로 검색

get_user_photo

사용자 프로필 사진 가져오기 (실제 이미지 반환)

get_user_engagement

게시물당 평균 좋아요/댓글 수 가져오기

미디어 및 게시물 (4개 도구)

도구

설명

get_user_medias

사용자의 게시물 및 릴스 가져오기

get_top_medias

좋아요 또는 댓글 수 기준 상위 게시물 가져오기

search_media_captions

캡션 텍스트로 게시물 검색

get_media_by_code

Instagram 숏코드로 게시물 가져오기

댓글 (2개 도구)

도구

설명

get_comments_by_user

사용자가 남긴 댓글 가져오기

search_comments

텍스트로 댓글 검색

해시태그 (3개 도구)

도구

설명

get_hashtag_info

해시태그 세부 정보 및 게시물 수 가져오기

search_hashtags

쿼리로 해시태그 검색

get_top_hashtags

트렌드 해시태그 가져오기

위치 (2개 도구)

도구

설명

get_location_info

위치 세부 정보 가져오기

search_locations

이름으로 위치 검색

스토리 및 하이라이트 (4개 도구)

도구

설명

get_user_stories

사용자의 활성 스토리 가져오기

get_story_by_id

특정 스토리 가져오기

get_user_highlights

사용자의 하이라이트 가져오기

get_highlight_by_id

특정 하이라이트 가져오기

음악 (3개 도구)

도구

설명

search_tracks

릴스에 사용된 음악 트랙 검색

get_track_by_id

트랙 세부 정보 가져오기

get_top_tracks

트렌드 트랙 가져오기

분석 (1개 도구)

도구

설명

get_stats

데이터베이스 통계 가져오기 (총 사용자, 게시물, 댓글 수 등)

빠른 시작

  1. datalikers.com에서 API 키를 받으세요.

  2. AI 어시스턴트에 설치하세요 (아래 참조).

  3. Claude에게 질문하세요: "뉴욕에 거주하는 팔로워 1만 명 이상의 Instagram 사용자를 찾아줘"

Claude Desktop

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-key

Cursor

Cursor MCP 설정(.cursor/mcp.json)에 추가하세요:

{
  "mcpServers": {
    "datalikers": {
      "command": "npx",
      "args": ["-y", "datalikers-mcp"],
      "env": {
        "DATALIKERS_API_KEY": "your-api-key"
      }
    }
  }
}

Windsurf

~/.codeium/windsurf/mcp_config.json에 추가하세요:

{
  "mcpServers": {
    "datalikers": {
      "command": "npx",
      "args": ["-y", "datalikers-mcp"],
      "env": {
        "DATALIKERS_API_KEY": "your-api-key"
      }
    }
  }
}

구성

환경 변수

설명

필수

DATALIKERS_API_KEY

DataLikers API 키

DATALIKERS_URL

사용자 지정 서버 URL (자체 호스팅 인스턴스용)

아니요

개발

git clone https://github.com/subzeroid/datalikers-mcp.git
cd datalikers-mcp
npm install
npm run build

테스트 실행:

DATALIKERS_API_KEY=your-key npm test

DATALIKERS_API_KEY 없이 테스트를 실행하면 통합 테스트는 건너뛰고 단위 테스트만 실행됩니다.

작동 원리

이 서버는 DataLikers 원격 MCP 서버에 연결하여 모든 도구를 stdio 전송을 통해 로컬에서 노출하는 씬 프록시입니다. 로컬에서 데이터 처리가 이루어지지 않으며, 모든 요청은 DataLikers API로 전달됩니다.

AI Assistant ←stdio→ datalikers-mcp ←https→ DataLikers API

라이선스

MIT

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
2Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    C
    quality
    C
    maintenance
    MCP server for HikerAPI — auto-generates 100+ Instagram tools (profiles, posts, reels, stories, comments, hashtags, locations) from the live OpenAPI spec. Local stdio via npx -y hikerapi-mcp, requires only HIKERAPI_KEY.
    100
    45
    5
    MIT
  • A
    license
    C
    quality
    D
    maintenance
    MCP server for LamaTok TikTok data API — auto-generates 20+ tools from the live OpenAPI spec (users, videos, hashtags, music, comments). Local stdio via npx -y lamatok-mcp, requires only LAMATOK_KEY.
    19
    12
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    MCP server for Meta Ads providing 30 tools for account discovery, campaign management, targeting research, and insights. Designed with LLM-friendly outputs and productivity features like cloning and bulk operations.
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.

  • One MCP for 160+ live web-data APIs — clean JSON from sites that block scrapers.

  • Hosted MCP for X/Twitter and Reddit. 12 read-only tools, no API keys, free during beta.

View all MCP Connectors

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