Skip to content
Grok

agency mcp server for Grok

io.github.npupko/agency-mcp-server

On-demand access to 150+ specialist AI agent templates — search, browse, and spawn agents

client:Grok transport:stdio runtime:npm

Install agency mcp server in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "agency-mcp-server": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

agency mcp server in other clients