What is the Social Media MCP Server MCP server?
Publish to Bluesky, Threads, LinkedIn, Facebook Pages, and Instagram from ChatGPT or Claude.
How to install Social Media MCP Server
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-social": {
"url": "https://social-mcp.connectedpaths.com/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-social": {
"serverUrl": "https://social-mcp.connectedpaths.com/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-social": {
"type": "http",
"url": "https://social-mcp.connectedpaths.com/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"mcp-social": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://social-mcp.connectedpaths.com/mcp"
]
}
}
}Claude Code
claude mcp add --transport http mcp-social https://social-mcp.connectedpaths.com/mcpRelated MCP servers
Hosted MCP server for Google Ads and LinkedIn Ads analysis.
View repository →