agency mcp server for Claude Desktop
io.github.npupko/agency-mcp-server
On-demand access to 150+ specialist AI agent templates — search, browse, and spawn agents
client:Claude Desktop
transport:stdio
runtime:npm
Install agency mcp server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agency-mcp-server": {
"command": "npx",
"args": [
"-y",
"agency-mcp-server"
],
"env": {
"AGENCY_AGENTS_PATH": "<AGENCY_AGENTS_PATH>",
"AGENCY_REPO_URL": "<AGENCY_REPO_URL>",
"AGENCY_AUTO_UPDATE": "<AGENCY_AUTO_UPDATE>",
"AGENCY_UPDATE_INTERVAL": "<AGENCY_UPDATE_INTERVAL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs