Skip to main content
ClaudeWave
assafbar2 avatar
assafbar2

agentswitchboard.dev

View on GitHub
MCP ServersOfficial Registry0 stars0 forksTypeScriptUpdated today
Install in Claude Code / Claude Desktop
Method: NPX · mcp-remote
Claude Code CLI
claude mcp add agentswitchboard-dev -- npx -y mcp-remote
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "agentswitchboard-dev": {
      "command": "npx",
      "args": ["-y", "mcp-remote"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.

MCP Servers overview

# Agent Switchboard

**The curated directory for the agentic web** — 300+ verified AI agents, MCP
servers, and agentic tools with real API, MCP, CLI, or browser-extension
access. Live at **[agentswitchboard.dev](https://agentswitchboard.dev)**.

## 🔌 This directory is itself an MCP server

Point any MCP client at it and query the catalog with native tools:

```json
{
  "mcpServers": {
    "agentswitchboard": { "url": "https://agentswitchboard.dev/api/mcp" }
  }
}
```

Tools: `search_agents` · `get_agent` · `list_categories`. Streamable HTTP, no
auth. Stdio-only clients: `npx -y mcp-remote https://agentswitchboard.dev/api/mcp`

Also machine-readable: [`/agents.json`](https://agentswitchboard.dev/agents.json)
(full catalog, CORS-open) and an agent-optimized view on every page
(the "For Agents" toggle).

## 🗂 Git-as-CMS

The entire catalog lives in this repo:

```
content/
  agents/<slug>.json    one file per agent — the source of truth
  categories.json       category definitions
  changelog.json        public audit log (rendered at /changelog)
```

There is no database and no CMS. Editing content = editing files. Merging to
`main` = publishing. Every entry is schema-validated in CI
([`scripts/validate-content.ts`](scripts/validate-content.ts)) — a bad entry
cannot merge. A weekly job link-checks all ~480 URLs in the catalog.

**Want to add or fix a listing? See [CONTRIBUTING.md](CONTRIBUTING.md).**
Non-developers: [agentswitchboard.dev/submit](https://agentswitchboard.dev/submit).

## Development

```bash
npm install
npm run dev          # no env vars needed — content is right here
```

| Command | |
|---|---|
| `npm run dev` | dev server |
| `npm run build` | production build (SSG, all pages) |
| `npm test` | unit tests |
| `npm run lint` / `npm run typecheck` | quality gates |
| `npx tsx scripts/validate-content.ts` | validate the catalog |
| `npx tsx scripts/check-links.ts` | link-rot sweep |
| `npx tsx scripts/cms.ts` | content ops: find / feature / update / unpublish |
| `npx tsx scripts/weekly-drop.ts` | batch-add agents (see file header) |

Stack: Next.js (App Router) · Tailwind · file-based catalog · deployed on Vercel.

What people ask about agentswitchboard.dev

What is assafbar2/agentswitchboard.dev?

+

assafbar2/agentswitchboard.dev is mcp servers for the Claude AI ecosystem with 0 GitHub stars.

How do I install agentswitchboard.dev?

+

You can install agentswitchboard.dev by cloning the repository (https://github.com/assafbar2/agentswitchboard.dev) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is assafbar2/agentswitchboard.dev safe to use?

+

assafbar2/agentswitchboard.dev has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains assafbar2/agentswitchboard.dev?

+

assafbar2/agentswitchboard.dev is maintained by assafbar2. The last recorded GitHub activity is from today, with 2 open issues.

Are there alternatives to agentswitchboard.dev?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy agentswitchboard.dev to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: assafbar2/agentswitchboard.dev
[![Featured on ClaudeWave](https://claudewave.com/api/badge/assafbar2-agentswitchboard-dev)](https://claudewave.com/repo/assafbar2-agentswitchboard-dev)
<a href="https://claudewave.com/repo/assafbar2-agentswitchboard-dev"><img src="https://claudewave.com/api/badge/assafbar2-agentswitchboard-dev" alt="Featured on ClaudeWave: assafbar2/agentswitchboard.dev" width="320" height="64" /></a>

More MCP Servers

agentswitchboard.dev alternatives