Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"socialapis": {
"args": [
"-y",
"@socialapis/mcp",
"YOUR_API_KEY"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Website • Documentation • Discord • npm
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@socialapis/mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @socialapis/mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in communication / marketing
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite
DataForSEO API modelcontextprotocol server
An MCP server that securely interfaces with your iMessage database via the Model Context Protocol (MCP), allowing LLMs to query and analyze iMessage conversations. It includes robust phone number validation, attachment processing, contact management, group chat handling, and full support for sending and receiving messages.
一键同步文章到多个内容平台,支持今日头条、WordPress、知乎、简书、掘金、CSDN、typecho各大平台,一次发布,多平台同步发布。解放个人生产力
MCP Security Weekly
Get CVE alerts and security updates for io.github.SocialAPIsHub/social-media-api and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
npm install -g @socialapis/mcp
Add to your Claude Desktop config:
macOS:
nano ~/Library/Application\ Support/Claude/claude_desktop_config.json
Windows:
notepad %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"socialapis": {
"command": "npx",
"args": ["-y", "@socialapis/mcp", "YOUR_API_KEY"]
}
}
}
# Set environment variable
export SOCIALAPIS_API_KEY=your_api_key_here
# Run without argument
npx @socialapis/mcp
# Copy example file
cp .env.example .env
# Edit with your values
nano .env
.env file:
SOCIALAPIS_API_KEY=your_api_key_here
MCP_PROXY_URL=https://mcp.socialapis.io
| Variable | Description | Default |
|---|---|---|
SOCIALAPIS_API_KEY | Your SocialAPIs API key | None (required) |
MCP_PROXY_URL | MCP proxy server URL | https://mcp.socialapis.io |
PORT | HTTP server port | 3001 |
API_BASE_URL | Backend API URL | https://api.socialapis.io |
YOUR_API_KEY in configRestart Claude Desktop and ask:
Get Nike's Facebook page details
facebook_get_page_id - Extract page ID from URLfacebook_get_page_details - Get page info, followers, likesfacebook_get_page_posts - Fetch posts with time filteringfacebook_get_page_reels - Get reels/short videosfacebook_get_group_id - Extract group ID from URLfacebook_get_group_details - Get group metadatafacebook_get_group_posts - Fetch group postsfacebook_get_post_id - Extract post ID from URLfacebook_get_post_details - Get reactions, comments, sharesfacebook_get_post_attachments - Get media attachmentsfacebook_get_video_details - Get video metadatafacebook_get_post_comments - Fetch comments with paginationMore platforms coming soon: Instagram, TikTok, YouTube, Twitter
Monitor Nike's Facebook page and alert me if engagement drops below average
Compare engagement rates between Nike, Adidas, and Puma over the last month
What types of posts get the most engagement on Coca-Cola's Facebook page?
Analyze comments on our recent posts and identify common themes
Claude Desktop
↓
@socialapis/mcp (local MCP client)
... [View full README on GitHub](https://github.com/SocialAPIsHub/mcp-server#readme)