npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

mcp-socialapi

v1.0.1

Published

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

Downloads

142

Readme

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

| Variable | Required | Default | Description | |---|---|---|---| | SOCIALAPI_API_KEY | In self-hosted mode | — | Your SocialAPI API key (sapi_key_...) | | SOCIALAPI_BASE_URL | No | https://api.social-api.ai | Override for self-hosted API instances |

Available Tools

Accounts

| Tool | Description | |---|---| | social_api_list_accounts | List all connected social media accounts | | social_api_connect_account | Initiate OAuth flow to connect a new account | | social_api_exchange_oauth | Complete OAuth flow by exchanging authorization code |

Posts

| Tool | Description | |---|---| | social_api_get_posts | List posts/media for a connected account |

Comments

| Tool | Description | |---|---| | social_api_get_comments | List comments on a specific post | | social_api_get_comment_replies | List replies to a comment | | social_api_reply_to_interaction | Reply to a comment or review | | social_api_moderate_comment | Hide, unhide, or delete a comment | | social_api_toggle_post_comments | Enable or disable comments on a post |

Direct Messages

| Tool | Description | |---|---| | social_api_get_dms | List DM threads | | social_api_get_dm_thread | Look up a thread by user ID | | social_api_send_dm | Send a message to a DM thread |

Reviews & Mentions

| Tool | Description | |---|---| | social_api_get_reviews | List reviews (Google Business, Trustpilot) | | social_api_get_mentions | List brand mentions and tags |

Usage

| Tool | Description | |---|---| | social_api_get_usage | Get credit usage for current billing period | | social_api_get_account_limits | Get platform-specific limits for an account |

API Keys

| Tool | Description | |---|---| | social_api_list_keys | List all API keys | | social_api_create_key | Generate a new API key | | social_api_revoke_key | Revoke an API key |

Webhooks

| Tool | Description | |---|---| | social_api_list_webhooks | List webhook endpoints | | social_api_create_webhook | Create a new webhook endpoint | | social_api_update_webhook | Update an existing webhook | | social_api_delete_webhook | Delete a webhook endpoint |

User

| Tool | Description | |---|---| | social_api_get_me | Get current user profile | | social_api_send_feedback | Send feedback to the SocialAPI team |

Documentation

Full API reference: docs.social-api.ai

License

MIT