Server data from the Official MCP Registry
Unified social media API for AI agents. Access Facebook, Instagram, TikTok, and more.
Unified social media API for AI agents. Access Facebook, Instagram, TikTok, and more.
Valid MCP server (2 strong, 4 medium validity signals). 5 known CVEs in dependencies (0 critical, 2 high severity) Package registry verified. Imported from the Official MCP Registry.
5 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: SOCIALAPIS_API_KEY
Environment variable: MCP_PROXY_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-socialapishub-social-media-api": {
"env": {
"MCP_PROXY_URL": "your-mcp-proxy-url-here",
"SOCIALAPIS_API_KEY": "your-socialapis-api-key-here"
},
"args": [
"-y",
"@socialapis/mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.

Unified social media API for AI agents
Website • Documentation • Discord • npm
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)
↓
https://mcp.socialapis.io (global proxy)
↓
https://api.socialapis.io (data API)
Why this architecture?
# Clone repository
git clone https://github.com/SocialAPIsHub/mcp-server.git
cd mcp-server
# Install dependencies
npm install
# Run MCP client
npm start YOUR_API_KEY
# Run HTTP proxy server
npm run serve
mcp-server/
├── src/
│ └── tools.js # Tool definitions
├── mcp-wrapper.js # MCP client (runs locally)
├── server.js # HTTP proxy server
├── package.json
├── Dockerfile
└── README.md
# Test MCP client locally
node mcp-wrapper.js YOUR_API_KEY
# Test HTTP proxy
curl http://localhost:3001/health
curl http://localhost:3001/tools
# Test specific tool
curl -X POST http://localhost:3001/proxy \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"tool":"facebook_get_page_details","arguments":{"link":"https://facebook.com/nike"}}'
| Plan | Requests/Month | Price |
|---|---|---|
| Free | 200 | $0 |
| Starter | 30,000 | $49 |
| Pro | 120,000 | $179 |
| Enterprise | Unlimited | Custom |
We welcome contributions! Please see CONTRIBUTING.md for details.
git checkout -b feature/amazing-feature)git commit -m 'Add amazing feature')git push origin feature/amazing-feature)This project is licensed under the MIT License - see the LICENSE file for details.
Made with ❤️ by the SocialAPIs Team
Be the first to review this server!
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.
by Taylorwilsdon · Productivity
Control Gmail, Calendar, Docs, Sheets, Drive, and more from your AI