Social Media Api
Rank #17,927io.github.SocialAPIsHub/social-media-api
MCP server providing social-media-api capabilities
Social Media Api is a Model Context Protocol (MCP) server published by socialapishub. It ranks #17,927 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Social Media Api is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Dec 18, 2025 and most recently updated on Dec 18, 2025.
Ranks ahead of 114,119 of 132,046 servers on MCP Toplist.
Use Social Media Api
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http social-media-api https://mcp.socialapis.io/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add social-media-api -e "SOCIALAPIS_API_KEY=<your SOCIALAPIS_API_KEY>" -e "MCP_PROXY_URL=<your MCP_PROXY_URL>" -- npx -y @socialapis/mcpReplace each placeholder with your own value before saving.
[mcp_servers.social-media-api]
url = "https://mcp.socialapis.io/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.social-media-api]
command = "npx"
args = ["-y", "@socialapis/mcp"]
[mcp_servers.social-media-api.env]
SOCIALAPIS_API_KEY = "<your SOCIALAPIS_API_KEY>"
MCP_PROXY_URL = "<your MCP_PROXY_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.socialapis.io/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"social-media-api": {
"url": "https://mcp.socialapis.io/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"social-media-api": {
"type": "http",
"url": "https://mcp.socialapis.io/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"social-media-api": {
"serverUrl": "https://mcp.socialapis.io/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"social-media-api": {
"url": "https://mcp.socialapis.io/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"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>"
}
}
}
}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/io.github.SocialAPIsHub%2Fsocial-media-api)<a href="https://mcptoplist.com/server/io.github.SocialAPIsHub%2Fsocial-media-api"><img src="https://mcptoplist.com/badge/io.github.SocialAPIsHub%2Fsocial-media-api.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
socialapishub
Available versions (2)
| Version | Published |
|---|---|
| 1.0.1 | Dec 18, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Social Media Api?
- Social Media Api is maintained by socialapishub, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Social Media Api listed on the Official MCP Registry?
- Yes — Social Media Api is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Social Media Api have?
- MCP Toplist tracks 2 versions of Social Media Api, most recently published on Dec 18, 2025.
- Where can I find the source code for Social Media Api?
- The source code for Social Media Api is hosted at github.com/socialapishub/mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.