Socialapi
Rank #1,154ai.social-api/socialapi
MCP server for SocialAPI — manage social media comments, DMs, reviews, and mentions across platforms
Socialapi is a Model Context Protocol (MCP) server published by SocialAPI-AI. It ranks #1,154 of 115,460 servers tracked on MCP Toplist, and its repository has 179 GitHub stars. Socialapi is listed across 2 registries — Official MCP and mcp.so, with 4 tracked versions. It was first listed on Mar 10, 2026 and most recently updated on May 2, 2026.
Ranks ahead of 114,306 of 115,460 servers on MCP Toplist.
Use Socialapi
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add socialapi -e "SOCIALAPI_API_KEY=<your SOCIALAPI_API_KEY>" -- npx -y mcp-socialapiReplace each placeholder with your own value before saving.
[mcp_servers.socialapi]
command = "npx"
args = ["-y", "mcp-socialapi"]
[mcp_servers.socialapi.env]
SOCIALAPI_API_KEY = "<your SOCIALAPI_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"socialapi": {
"command": "npx",
"args": [
"-y",
"mcp-socialapi"
],
"env": {
"SOCIALAPI_API_KEY": "<your SOCIALAPI_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"socialapi": {
"command": "npx",
"args": [
"-y",
"mcp-socialapi"
],
"env": {
"SOCIALAPI_API_KEY": "<your SOCIALAPI_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"socialapi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-socialapi"
],
"env": {
"SOCIALAPI_API_KEY": "<your SOCIALAPI_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"socialapi": {
"command": "npx",
"args": [
"-y",
"mcp-socialapi"
],
"env": {
"SOCIALAPI_API_KEY": "<your SOCIALAPI_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"socialapi": {
"command": "npx",
"args": [
"-y",
"mcp-socialapi"
],
"env": {
"SOCIALAPI_API_KEY": "<your SOCIALAPI_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/ai.social-api%2Fsocialapi)<a href="https://mcptoplist.com/server/ai.social-api%2Fsocialapi"><img src="https://mcptoplist.com/badge/ai.social-api%2Fsocialapi.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
SocialAPI-AI
Available versions (4)
| Version | Published |
|---|---|
| 1.2.0 | May 2, 2026 |
| 0.1.0 | Mar 10, 2026 |
| 1.0.1 | Mar 10, 2026 |
| 1.0.0 | Mar 10, 2026 |
Frequently asked questions
- Who maintains Socialapi?
- Socialapi is maintained by SocialAPI-AI, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is Socialapi listed on the Official MCP Registry?
- Yes — Socialapi is listed on the Official MCP Registry, alongside mcp.so.
- How many versions does Socialapi have?
- MCP Toplist tracks 4 versions of Socialapi, most recently published on May 2, 2026.
- Where can I find the source code for Socialapi?
- The source code for Socialapi is hosted at github.com/SocialAPI-AI/mcp-socialapi.