MCP server for Sociona social media API - interact with social media platforms through AI assistants and MCP-compatible tools
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"sociona-mcp-server": {
"command": "npx",
"args": [
"-y",
"fav-devs/sociona-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add sociona-mcp-server npx -y fav-devs/sociona-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"sociona-mcp-server": {
"command": "npx",
"args": [
"-y",
"fav-devs/sociona-mcp-server"
]
}
}
}