Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🌐 Social Media
  3. Social Media API
Social Media API logo
Health: ActiveRecent health check succeeded.Last checked 9/22/2026, 11:31:17 PM

Social Media API

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website

Unified social media API for AI agents. Access Facebook, Instagram, TikTok, and more.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "social-media-api": {
      "command": "npx",
      "args": [
        "-y",
        "@socialapis/mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives🌐 More in Social Media

Documentation Overview

SocialAPIs MCP Server

SocialAPIs Logo

Unified social media API for AI agents

npm version License: MIT GitHub stars

Website β€’ Documentation β€’ Discord β€’ npm

Official SDKs: Python β€’ JavaScript / TypeScript β€’ Go


πŸš€ Quick Start

Installation

Terminal
npm install -g @socialapis/mcp

Configuration

Add to your Claude Desktop config:

macOS:

bash
nano ~/Library/Application\ Support/Claude/claude_desktop_config.json

Windows:

powershell
notepad %APPDATA%\Claude\claude_desktop_config.json

πŸ”§ Configuration

Method 1: Command Line Argument (Recommended for Claude Desktop)

config.json
{
  "mcpServers": {
    "socialapis": {
      "command": "npx",
      "args": ["-y", "@socialapis/mcp", "YOUR_API_KEY"]
    }
  }
}

Method 2: Environment Variable

server.ts
# Set environment variable
export SOCIALAPIS_API_KEY=your_api_key_here

# Run without argument
npx @socialapis/mcp

Method 3: .env File (For Development)

bash
# Copy example file
cp .env.example .env

# Edit with your values
nano .env

.env file:

properties
SOCIALAPIS_API_KEY=your_api_key_here
MCP_PROXY_URL=https://mcp.socialapis.io

Environment Variables

VariableDescriptionDefault
SOCIALAPIS_API_KEYYour SocialAPIs API keyNone (required)
MCP_PROXY_URLMCP proxy server URLhttps://mcp.socialapis.io
PORTHTTP server port3001
API_BASE_URLBackend API URLhttps://api.socialapis.io

Get API Key

  1. Sign up at socialapis.io
  2. Go to Dashboard
  3. Copy your API key
  4. Replace YOUR_API_KEY in config

Test It

Restart Claude Desktop and ask:

Code
Get Nike's Facebook page details

πŸ“‹ Features

  • 🌐 Unified API - One interface for multiple platforms
  • πŸ€– AI-First - Built for Claude, Cursor, and AI agents
  • πŸ“Š Rich Data - Posts, comments, engagement metrics
  • πŸ” Advanced Filtering - Time ranges, pagination
  • 🎯 Simple Auth - No OAuth complexity
  • ⚑ Fast - Global edge network
  • πŸ”’ Secure - API keys stay local

πŸ› οΈ Available Tools

47 tools across Facebook and Instagram. Every tool maps 1:1 to a REST endpoint on api.socialapis.io β€” pricing notes in each tool description indicate per-call credit cost.

Facebook β€” Pages

  • facebook_get_page_id β€” Extract page ID from URL
  • facebook_get_page_details β€” Page info, followers, likes, category. Set exact_followers_count=true for the exact integer (charges 5 credits instead of 1)
  • facebook_get_page_posts β€” Fetch posts with after_time / before_time for date filtering. limit 3-9, charges scale per ceil(returned / 3)
  • facebook_get_page_videos β€” Page videos, limit 6-12
  • facebook_get_page_reels β€” Reels / short videos

Facebook β€” Groups

  • facebook_get_group_id β€” Extract group ID from URL
  • facebook_get_group_details β€” Full details (members, description, rules)
  • facebook_get_group_posts β€” Group posts, same limit + date filtering as page posts
  • facebook_get_group_videos β€” Group videos with pagination

Facebook β€” Posts

  • facebook_get_post_id β€” Extract post ID from URL
  • facebook_get_post_details β€” Reactions, comments count, shares, media
  • facebook_get_post_details_extended β€” Extended fields: view counts (essential for reels / video posts), video URLs, music/audio metadata, author verification
  • facebook_get_post_attachments β€” Full media attachments (5 credits per call)
  • facebook_get_video_details β€” Video post metadata + stats
  • facebook_get_post_comments β€” Top-level comments, limit up to 30
  • facebook_get_comment_replies β€” Replies to a specific comment

Facebook β€” Search

  • facebook_search_pages β€” Search pages by keyword + optional location filter
  • facebook_search_people β€” Search public profiles by keyword
  • facebook_search_locations β€” Look up Facebook location UIDs (for use in other endpoints)
  • facebook_search_posts β€” Search posts by keyword, recency, location
  • facebook_search_videos β€” Search Facebook Watch videos

Facebook β€” Ads Library (Meta Ad Transparency)

  • facebook_ads_search β€” Search ads by keyword, country, status
  • facebook_ads_page_details β€” All ads from a specific page
  • facebook_ads_archive_details β€” Full ad archive details
  • facebook_ads_keywords β€” Search ads by keyword
  • facebook_ads_countries β€” List of supported country codes

Facebook β€” Marketplace

  • facebook_marketplace_search β€” Item search with location, price, category, condition filters
  • facebook_marketplace_listing β€” Single listing details
  • facebook_marketplace_seller β€” Seller profile + their listings
  • facebook_marketplace_categories β€” Browse category hierarchy
  • facebook_marketplace_city_coordinates β€” Lat/long for a city (for radius search)
  • facebook_marketplace_vehicles β€” Vehicle-specific listing search
  • facebook_marketplace_rentals β€” Rental property listings

Facebook β€” Media

  • facebook_download_media β€” Direct download URL for FB media (images, videos)

Instagram β€” Profile

  • instagram_get_user_id β€” Resolve username β†’ numeric ID
  • instagram_get_profile_details β€” Profile info, follower count, bio, post count
  • instagram_get_profile_posts β€” Recent posts from a profile
  • instagram_get_profile_reels β€” Reels from a profile
  • instagram_get_profile_highlights β€” Story highlights list
  • instagram_get_highlight_details β€” Full content of a specific highlight

Instagram β€” Posts + Reels

  • instagram_get_post_id β€” Resolve post URL β†’ ID
  • instagram_get_post_details β€” Likes, comments, media, caption
  • instagram_get_reels_feed β€” Reels feed for a profile
  • instagram_get_reels_by_audio β€” Reels using a specific audio/music ID

Instagram β€” Discovery

  • instagram_popular_search β€” Trending queries / suggestions
  • instagram_get_location_posts β€” Posts tagged at a specific location
  • instagram_get_nearby_locations β€” Nearby location IDs (for use in location-posts)

Coming soon

  • TikTok (videos, profiles, hashtags)
  • X / Twitter (tweets, profiles, search)
  • LinkedIn (company pages, posts, employees)
  • YouTube (videos, channels, comments)

Track the platform roadmap at socialapis.io/api-sources.


πŸ’‘ Usage examples

Each prompt below is a real Claude Desktop session. Some of these are single-tool-call patterns ("get me X"); some require Claude to chain multiple calls + aggregate the results (noted where).

Single-call patterns (fast, cheap)

Code
What's Nike's follower count on Facebook?
β†’ Uses facebook_get_page_details (1 credit)

Get the latest 9 posts from facebook.com/EngenSA
β†’ Uses facebook_get_page_posts with limit=9 (1-3 credits depending on actual returned count)

Show me the Meta ads currently running for "Apple Vision Pro" in Germany
β†’ Uses facebook_ads_search (1 credit)

Multi-call patterns (Claude orchestrates these β€” but it's slower + more expensive)

Code
Compare engagement on Nike vs Adidas's last 9 Facebook posts
β†’ Claude calls facebook_get_page_posts twice (~2-6 credits total),
  aggregates reactions/comments/shares per post, returns a comparison.

What are people saying in the comments on Coca-Cola's last 3 posts?
β†’ Claude calls facebook_get_page_posts (1 credit) then
  facebook_get_post_comments 3 times (3 credits) and summarizes.

Show me marketplace listings for "PlayStation 5" under $400 in Berlin
β†’ Claude calls facebook_marketplace_city_coordinates (1 credit) +
  facebook_marketplace_search with filters (1 credit).

What this MCP server does NOT do

Some queries look natural in a chat ("compare engagement over the last month") but require aggregations the API doesn't expose as a single tool yet. Claude can still answer them, but it'll fan out into many tool calls β€” which is slow + expensive.

Query shapeWhy it's hard
"Engagement rate over the last 30 days" for a pageRequires fetching every post in the date range (paginated, limit capped at 9 per call) and computing engagement per post. Hits the LLM tool-call budget on busy pages.
"Compare engagement rates between Brand A, B, C over the last month"Same problem, 3Γ— β€” one paginated fetch per brand, then comparison math. Works for small windows; slow for "last month" on high-volume pages.
Historical archive older than what Facebook itself servesWe surface what Facebook makes publicly visible. Posts that scrolled off Facebook's visible feed aren't retrievable.
Server-side time-series (daily engagement, weekly growth)Not yet β€” on the roadmap as a future engagement-stats endpoint with built-in aggregation.

If your use case maps to one of these patterns and you want the aggregation pre-computed instead of LLM-orchestrated, contact support with the specific query β€” we're prioritizing the aggregation endpoint based on customer demand.


πŸ—οΈ Architecture

Code
Claude Desktop
    ↓
@socialapis/mcp (local MCP client)
    ↓
https://mcp.socialapis.io (global proxy)
    ↓
https://api.socialapis.io (data API)

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Social Media View all alternatives
  • Mysocial logoMysocial

    Social media MCP server: your Instagram, TikTok, YouTube, LinkedIn and Threads history for your AI.

    🌐 Social Media2 views
    Compare vs Mysocial β†’
  • R
    Ravenpost

    Schedule and publish social posts to Instagram, TikTok, X, LinkedIn, Facebook, Threads and more.

    🌐 Social Media0 views
    Compare vs Ravenpost β†’
  • Caelario logoCaelario

    MCP server for Instagram, TikTok, YouTube, X and Facebook data extraction and automation.

    🌐 Social Media0 views
    Compare vs Caelario β†’
  • Openshorts logoOpenshorts

    Turn long videos into viral vertical shorts and publish them to TikTok, Instagram and YouTube.

    🌐 Social Media1 views
    Compare vs Openshorts β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
1
Stargazers on the source repository.
npm downloads
180
Package downloads in the last 30 days.
Last commit
2mo ago
Most recent push to the default branch.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Social Media API

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "social-media-api": { "command": "npx", "args": ["-y","@socialapis/mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewSocial Media API AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/social-media-api?style=directory)](https://allmcps.com/mcp/social-media-api)
HTML Embed
<a href="https://allmcps.com/mcp/social-media-api"><img src="https://allmcps.com/api/badge/social-media-api?style=directory" alt="Social Media API on AllMCPs" /></a>

Technical Specs & Signals

Category🌐Social Media
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedJun 29, 2026
11/15 checks healthy over the last 46d
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit2mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jun 29, 2026
npm downloads180/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
41Quality signal: Fair Β· 41/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity5/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 2d ago via OSV.dev Β· @socialapis/mcp (npm)

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🌐 Social Media β†’Best MCP servers for Social Media β†’Alternatives to Social Media API β†’Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients