Odel
agency mcp server

agency mcp server

Local
@npupko1TypeScriptMITUpdated 5mo ago

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).

npmagency-mcp-serverv0.2.2

Run

npx -y agency-mcp-server

MCP client config

{
  "mcpServers": {
    "agency-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "agency-mcp-server"
      ]
    }
  }
}