Catalog
ai.social-api/socialapi
OfficialMCP server for SocialAPI — manage social media comments, DMs, reviews, and mentions across platforms
Manage social media comments, DMs, reviews, and mentions across platforms.
README not available yet.
Install
Configuration
Environment variables
SOCIALAPI_API_KEYrequiredsecretYour SocialAPI API key from https://app.social-api.ai
claude_desktop_config.json
{
"mcpServers": {
"socialapi": {
"command": "npx",
"args": [
"-y",
"mcp-socialapi@1.2.0"
],
"env": {
"SOCIALAPI_API_KEY": "<YOUR_SOCIALAPI_API_KEY>"
}
}
}
}