Social Media MCP Server
Rank #55,808io.github.connected-paths/mcp-social
Publish to Bluesky, Threads, LinkedIn, Facebook Pages, and Instagram from ChatGPT or Claude.
Social Media MCP Server is a Model Context Protocol (MCP) server published by Connected-Paths. It ranks #55,808 of 115,591 servers tracked on MCP Toplist. Social Media MCP Server is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on May 5, 2026 and most recently updated on May 5, 2026.
Ranks ahead of 59,783 of 115,591 servers on MCP Toplist.
Use Social Media MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http mcp-social https://social-mcp.connectedpaths.com/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add --transport http mcp-social https://social-mcp.connectedpaths.com/mcp/sseThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.mcp-social]
url = "https://social-mcp.connectedpaths.com/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.mcp-social]
url = "https://social-mcp.connectedpaths.com/mcp/sse"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://social-mcp.connectedpaths.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
https://social-mcp.connectedpaths.com/mcp/sseSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mcp-social": {
"url": "https://social-mcp.connectedpaths.com/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": {
"mcp-social": {
"url": "https://social-mcp.connectedpaths.com/mcp/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"mcp-social": {
"type": "http",
"url": "https://social-mcp.connectedpaths.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"mcp-social": {
"type": "http",
"url": "https://social-mcp.connectedpaths.com/mcp/sse"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mcp-social": {
"serverUrl": "https://social-mcp.connectedpaths.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mcp-social": {
"serverUrl": "https://social-mcp.connectedpaths.com/mcp/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mcp-social": {
"url": "https://social-mcp.connectedpaths.com/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mcp-social": {
"url": "https://social-mcp.connectedpaths.com/mcp/sse"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
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.connected-paths%2Fmcp-social)<a href="https://mcptoplist.com/server/io.github.connected-paths%2Fmcp-social"><img src="https://mcptoplist.com/badge/io.github.connected-paths%2Fmcp-social.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
Connected-Paths
Other servers by Connected-Paths
View all Connected-Paths servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | May 5, 2026 |
Frequently asked questions
- Who maintains Social Media MCP Server?
- Social Media MCP Server is maintained by Connected-Paths, which publishes 3 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Social Media MCP Server listed on the Official MCP Registry?
- Yes — Social Media MCP Server is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Social Media MCP Server have?
- MCP Toplist tracks 1 version of Social Media MCP Server, most recently published on May 5, 2026.
- Where can I find the source code for Social Media MCP Server?
- The source code for Social Media MCP Server is hosted at github.com/connected-paths/mcp-social.