Agency Growth AI Agents for Claude Desktop
com.agencygrowth/agencygrowth
AI agents that run a marketing agency. Needs a per-agency key; open concierge at /api/a2a.
client:Claude Desktop
transport:streamable-http
Install Agency Growth AI Agents in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agencygrowth": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://agencygrowth.com/api/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs