Skip to main content
ClaudeWave
dmoka avatar
dmoka

getagentictools-mcp

View on GitHub

Remote MCP server for getagentictools.com — search 41,000+ agent skills, MCP servers, plugins & loops from any MCP-capable agent

MCP ServersOfficial Registry0 stars0 forksJavaScriptMITUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/dmoka/getagentictools-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "getagentictools-mcp": {
      "command": "node",
      "args": ["/path/to/getagentictools-mcp/dist/index.js"]
    }
  }
}
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.
💡 Clone https://github.com/dmoka/getagentictools-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# getagentictools MCP server

Search **41,000+ agent skills, MCP servers, Claude Code plugins, and agentic loops** from inside any MCP-capable agent. This is the remote MCP server for [getagentictools.com](https://getagentictools.com?ref=github-mcp) — real install counts and GitHub stars, refreshed weekly, never faked.

**Endpoint:** `https://getagentictools.com/api/mcp` — Streamable HTTP, free, no auth, no tracking.

## Connect your client

### Claude Code

```bash
claude mcp add --transport http getagentictools https://getagentictools.com/api/mcp
```

### Cursor

```json
// .cursor/mcp.json
{
  "mcpServers": {
    "getagentictools": { "url": "https://getagentictools.com/api/mcp" }
  }
}
```

### VS Code (Copilot)

```json
// .vscode/mcp.json
{
  "servers": {
    "getagentictools": { "type": "http", "url": "https://getagentictools.com/api/mcp" }
  }
}
```

### OpenAI Codex

```toml
# ~/.codex/config.toml
[mcp_servers.getagentictools]
url = "https://getagentictools.com/api/mcp"
```

### Gemini CLI

```json
// ~/.gemini/settings.json
{
  "mcpServers": {
    "getagentictools": { "httpUrl": "https://getagentictools.com/api/mcp" }
  }
}
```

Then ask your agent things like *“find me an MCP server for Postgres”* or *“what skills exist for PDF extraction?”* — results carry install commands and links to their catalog pages.

## Tools

| Tool | What it does |
|---|---|
| `search_tools` | Ranked search across all four categories. Query, optional category filter; install command and page URL on every hit |
| `get_tool` | Full detail for one tool — description, repo, license, install command, plus SKILL.md-extracted capabilities for enriched skills |
| `list_categories` | The four categories with live counts |
| `whats_new` | Recently updated tools, by real upstream push date |
| `ecosystem_stats` | Measured aggregates: maintainer count, license coverage, star concentration |

## How it works

- **Deterministic.** No LLM sits between your agent and the data — tokenized field-weighted scoring, popularity as a tiebreak only.
- **Fresh by construction.** The server reads the same dataset the website serves, generated in the same deploy, so it cannot drift from what you see on [getagentictools.com](https://getagentictools.com?ref=github-mcp). The catalog is re-harvested weekly from GitHub and public registries.
- **Free and unauthenticated.** Public data, read-only, no accounts, no tracking beyond standard web logs.

## About this repo

This repo mirrors the deployed server source (`api/`), which lives in a private monorepo alongside the site and data pipeline. **PRs are welcome — we port accepted changes upstream**; direct pushes here are overwritten by the next sync.

The data endpoints it reads (`/data/agent/*.json`) are public — you can build your own tooling against them. Attribution appreciated.

## License

MIT © [Daniel Moka](https://getagentictools.com)

What people ask about getagentictools-mcp

What is dmoka/getagentictools-mcp?

+

dmoka/getagentictools-mcp is mcp servers for the Claude AI ecosystem. Remote MCP server for getagentictools.com — search 41,000+ agent skills, MCP servers, plugins & loops from any MCP-capable agent It has 0 GitHub stars and was last updated today.

How do I install getagentictools-mcp?

+

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

Is dmoka/getagentictools-mcp safe to use?

+

dmoka/getagentictools-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains dmoka/getagentictools-mcp?

+

dmoka/getagentictools-mcp is maintained by dmoka. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to getagentictools-mcp?

+

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

Deploy getagentictools-mcp 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: dmoka/getagentictools-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/dmoka-getagentictools-mcp)](https://claudewave.com/repo/dmoka-getagentictools-mcp)
<a href="https://claudewave.com/repo/dmoka-getagentictools-mcp"><img src="https://claudewave.com/api/badge/dmoka-getagentictools-mcp" alt="Featured on ClaudeWave: dmoka/getagentictools-mcp" width="320" height="64" /></a>

More MCP Servers

getagentictools-mcp alternatives