🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

mcp-socialapi

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mcp-socialapi

MCP server for SocialAPI — manage social media comments, DMs, reviews, and mentions across platforms

latest
Source
npmnpm
Version
1.2.0
Version published
Maintainers
1
Created
Source

mcp-socialapi

MCP server for SocialAPI — manage social media comments, DMs, reviews, and mentions across platforms through a single unified API.

Supports Instagram, Facebook, Google Business, TikTok, YouTube, X/Twitter, Trustpilot, and LinkedIn.

Installation

Claude Desktop (API key)

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS, %APPDATA%\Claude\claude_desktop_config.json on Windows):

{
  "mcpServers": {
    "socialapi": {
      "command": "npx",
      "args": ["-y", "mcp-socialapi"],
      "env": {
        "SOCIALAPI_API_KEY": "sapi_key_..."
      }
    }
  }
}

Get your API key from the SocialAPI dashboard.

OAuth (Marketplace)

When installing from the Claude MCP marketplace or Smithery, OAuth is handled automatically — no manual configuration needed.

Configuration

VariableRequiredDefaultDescription
SOCIALAPI_API_KEYIn self-hosted modeYour SocialAPI API key (sapi_key_...)
SOCIALAPI_BASE_URLNohttps://api.social-api.aiOverride for self-hosted API instances

Available Tools

Accounts

ToolDescription
social_api_list_accountsList all connected social media accounts
social_api_connect_accountInitiate OAuth flow to connect a new account
social_api_exchange_oauthComplete OAuth flow by exchanging authorization code

Posts

ToolDescription
social_api_get_postsList posts/media for a connected account

Comments

ToolDescription
social_api_get_commentsList comments on a specific post
social_api_get_comment_repliesList replies to a comment
social_api_reply_to_interactionReply to a comment or review
social_api_moderate_commentHide, unhide, or delete a comment
social_api_toggle_post_commentsEnable or disable comments on a post

Direct Messages

ToolDescription
social_api_get_dmsList DM threads
social_api_get_dm_threadLook up a thread by user ID
social_api_send_dmSend a message to a DM thread

Reviews & Mentions

ToolDescription
social_api_get_reviewsList reviews (Google Business, Trustpilot)
social_api_get_mentionsList brand mentions and tags

Usage

ToolDescription
social_api_get_usageGet credit usage for current billing period
social_api_get_account_limitsGet platform-specific limits for an account

API Keys

ToolDescription
social_api_list_keysList all API keys
social_api_create_keyGenerate a new API key
social_api_revoke_keyRevoke an API key

Webhooks

ToolDescription
social_api_list_webhooksList webhook endpoints
social_api_create_webhookCreate a new webhook endpoint
social_api_update_webhookUpdate an existing webhook
social_api_delete_webhookDelete a webhook endpoint

User

ToolDescription
social_api_get_meGet current user profile
social_api_send_feedbackSend feedback to the SocialAPI team

Documentation

Full API reference: docs.social-api.ai

License

MIT

Keywords

mcp

FAQs

Package last updated on 02 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts