Social Media MCP (tayler-id)
CommunicationMCP server connecting to multiple social media platforms for reading and posting content.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"social-media-mcp-tayler": {
"command": "npx",
"args": [
"-y",
"social-media-mcp"
]
}
}
}