On-demand access to 150+ specialist AI agent templates — search, browse, and spawn agents
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y agency-mcp-server
MCP client config
{
"mcpServers": {
"agency-mcp-server": {
"command": "npx",
"args": [
"-y",
"agency-mcp-server"
]
}
}
}