mcpbeat Sign in

Agency MCP Server

local only

Agency MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 60 installs a week from npm. Last commit 3 Apr 2026.

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

Installs per day peak 17 · avg 8 · -14% w/w
a month agotoday
60
Installs / week
npm · agency-mcp-server
1
Stars
0 open issues
3 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Agency MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add agency-mcp-server -- npx -y agency-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agency-mcp-server": {
      "args": [
        "-y",
        "agency-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agency-mcp-server]
command = "npx"
args = ["-y", "agency-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "agency-mcp-server": {
      "args": [
        "-y",
        "agency-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agency-mcp-server": {
      "args": [
        "-y",
        "agency-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AGENCY_AGENTS_PATH (Custom path to agent templates directory), AGENCY_REPO_URL (Git repo URL to clone agent templates from), AGENCY_AUTO_UPDATE (Enable automatic template updates (true/false)), AGENCY_UPDATE_INTERVAL (Hours between update checks). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Agency MCP Server

same job, measured the same way
Searcher OS
by searcheros

AI agent access to your Searcher OS deal feed, pipeline, buy boxes, CIM analysis, and broker CRM.

answering
Telegram Archive MCP
by geiserx

MCP server for Telegram Archive — search messages, browse chats, and access history

47 installs/wk local only
AI Ops
by levelsofself

AI operations management: 12 specialized agents, task dispatch, and team coordination.

34 installs/wk local only
Branch Docs
by branch-docs

Access and search Branch's official API documentation directly within any AI agent or client.

8 tools answering
Qualy
by qualyhq

AI access to your Qualy payments back office: contacts, payment requests, and search.

answering
Formester
by formester

Give AI agents access to form submissions — read, search, update, and process file attachments.

answering
MojaLab Content
by mojalab

Read-only access to MojaLab.com blog content: search and read posts, pages and tags as Markdown.

9 tools answering
Dreamwork
by ponder-surveys

AI job search agent — browse listings, generate packs, auto-apply

52 installs/wk local only

Agency MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Agency MCP Server?
Agency MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package agency-mcp-server was installed 60 times last week.
How do I connect Agency MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls agency-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Agency MCP Server?
The npm package agency-mcp-server was installed 60 times in the last week. Week over week that is -14%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agency MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.