Productivity|Communication|Social|AI / MLPython
Agentfy
Agentfy is a modular microservices architecture designed to process user requests and execute workflows across multiple social media platforms.
N/A rating (0 reviews)0 installs391 GitHub stars
multi-agentsocial mediaautomation
Agentfy is a modular, multi-agent coordination system purpose-built for automating tasks across social media ecosystems. It enables intelligent workflow execution by leveraging LLMs to translate user intents into structured, goal-driven task chains.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"agentfy-1": {
"args": [
"mcp-server-agentfy-1"
],
"command": "uvx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.