io.github.SocialAPIsHub/social-media-api MCP Server
io.github.SocialAPIsHub/social-media-api
What is the io.github.SocialAPIsHub/social-media-api MCP server?
Unified social media API for AI agents. Access Facebook, Instagram, TikTok, and more.
How to install io.github.SocialAPIsHub/social-media-api
Copy-paste configuration for popular MCP clients.
SOCIALAPIS_API_KEYrequiredsecretYour SocialAPIs API key. Get yours at https://socialapis.io/dashboard
MCP_PROXY_URLMCP proxy server URL (optional)
{
"mcpServers": {
"social-media-api": {
"command": "npx",
"args": [
"-y",
"@socialapis/mcp"
],
"env": {
"SOCIALAPIS_API_KEY": "<YOUR_SOCIALAPIS_API_KEY>",
"MCP_PROXY_URL": "<YOUR_MCP_PROXY_URL>"
}
}
}
}{
"mcpServers": {
"social-media-api": {
"command": "npx",
"args": [
"-y",
"@socialapis/mcp"
],
"env": {
"SOCIALAPIS_API_KEY": "<YOUR_SOCIALAPIS_API_KEY>",
"MCP_PROXY_URL": "<YOUR_MCP_PROXY_URL>"
}
}
}
}{
"mcpServers": {
"social-media-api": {
"command": "npx",
"args": [
"-y",
"@socialapis/mcp"
],
"env": {
"SOCIALAPIS_API_KEY": "<YOUR_SOCIALAPIS_API_KEY>",
"MCP_PROXY_URL": "<YOUR_MCP_PROXY_URL>"
}
}
}
}{
"servers": {
"social-media-api": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@socialapis/mcp"
],
"env": {
"SOCIALAPIS_API_KEY": "<YOUR_SOCIALAPIS_API_KEY>",
"MCP_PROXY_URL": "<YOUR_MCP_PROXY_URL>"
}
}
}
}claude mcp add social-media-api --env SOCIALAPIS_API_KEY=<YOUR_SOCIALAPIS_API_KEY> --env MCP_PROXY_URL=<YOUR_MCP_PROXY_URL> -- npx -y @socialapis/mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.