Skip to main content
ClaudeWave
mayeu20 avatar
mayeu20

nerdychefs-mcp

Ver en GitHub

MCP server for the free NerdyChefs.ai prompt library: search, packs, roulette

MCP ServersRegistry oficial1 estrellas0 forksTypeScriptMITActualizado today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 9/10/2026
Install in Claude Code / Claude Desktop
Method: NPX · nerdychefs-mcp
Claude Code CLI
claude mcp add nerdychefs-mcp -- npx -y nerdychefs-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "nerdychefs-mcp": {
      "command": "npx",
      "args": ["-y", "nerdychefs-mcp"]
    }
  }
}
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.
Casos de uso

Resumen de MCP Servers

# nerdychefs-mcp

An MCP server that gives your assistant access to the free prompt library at NerdyChefs.ai. Search for a task, open a pack, or pick a random prompt to try.

It runs over stdio and fetches prompts when you first need them. Data stays in memory for 60 minutes. Requires Node 20 or newer.

## Tools

| Name | Arguments | What you get |
| --- | --- | --- |
| `search_prompts` | `query` (2 to 200 characters); optional `category`, `persona`, `tag`, `limit` (1 to 25, default 10), `include_prompt_text` (default false) | Ranked prompt summaries, total matches, and links. |
| `get_prompt` | `id` (integer) | One prompt with its full text and links. |
| `random_prompt` | Optional `category`, `persona`, `tag` | A random prompt with full text and the pool size. |
| `list_packs` | Optional `category`, `query`, `limit` (1 to 120, default 50) | Packs ordered by title, with descriptions and links. |
| `get_pack` | `id` (slug or exact title); optional `include_prompts` (default true), `include_prompt_text` (default false) | Pack details, sections, and optional prompts ordered by ID. |
| `list_categories` | None | Categories, subcategories, and prompt counts. |
| `list_personas` | Optional `top` (1 to 873, default 50), `query` | Personas ordered by count, then name. |
| `list_tags` | Optional `top` (1 to 500, default 50), `query` | Tags ordered by count, then name. |

Category, persona, and tag filters use case-insensitive exact matches. Pack queries search titles and descriptions. Persona and tag queries match part of a name. Search results omit prompt text unless requested.

The resource `nerdychefs://pack/{slug}` returns the same JSON as `get_pack` with prompt summaries and no prompt text.

## Installation for Claude Desktop

Add this entry to your MCP configuration, then restart the client:

```json
{
  "mcpServers": {
    "nerdychefs": {
      "command": "npx",
      "args": ["-y", "nerdychefs-mcp"]
    }
  }
}
```

## Installation for Claude Code

```sh
claude mcp add nerdychefs -- npx -y nerdychefs-mcp
```

## Installation for Cursor

Add this to your MCP configuration:

```json
{
  "mcpServers": {
    "nerdychefs": {
      "command": "npx",
      "args": ["-y", "nerdychefs-mcp"]
    }
  }
}
```

## Installation for Codex CLI

```sh
codex mcp add nerdychefs -- npx -y nerdychefs-mcp
```

## Configuration

`NERDYCHEFS_API_BASE` defaults to `https://www.nerdychefs.ai/api`. Set it in the server's environment to change the API path. Remote URLs must use HTTPS on `www.nerdychefs.ai`. Local HTTP addresses are accepted for fixture tests. Redirects are refused.

Files load on demand and are cached separately for 60 minutes. Failed requests get one retry. A failed tool call names the file that could not load.

## Privacy

The only remote host the server talks to is `www.nerdychefs.ai`. It downloads public JSON files. Searches and filters run locally. No user queries, prompt inputs, or client conversations are sent to the site.

Nothing is logged or sent anywhere else. There is no telemetry, analytics, or runtime disk cache. Local fixture tests use a loopback HTTP server. Returned website links include the fixed `utm_source=mcp`, `utm_medium=tool`, and `utm_campaign=nerdychefs_mcp` parameters.

## Attribution

Prompts from NerdyChefs.ai. Prompts are served live from nerdychefs.ai and remain that site's content. Each prompt result includes attribution and links to its prompt and pack pages. The package does not include the prompt corpus.

## Development

```sh
pnpm install
pnpm build
pnpm test
NERDYCHEFS_LIVE=1 pnpm test
```

The regular tests use small local fixtures. The live smoke test runs only when `NERDYCHEFS_LIVE=1`. Start the compiled server with `node dist/index.js`, or use `pnpm dev` while editing. Standard output is reserved for MCP messages.

## Licence

The server code is MIT licensed. Copyright 2026 Mathieu Kessler. See [LICENSE](LICENSE). This licence covers the server code. Prompts remain NerdyChefs.ai content.
mcpmcp-servermodel-context-protocolnerdychefsprompts

Lo que la gente pregunta sobre nerdychefs-mcp

¿Qué es mayeu20/nerdychefs-mcp?

+

mayeu20/nerdychefs-mcp es mcp servers para el ecosistema de Claude AI. MCP server for the free NerdyChefs.ai prompt library: search, packs, roulette Tiene 1 estrellas en GitHub y su última actualización registrada es del 2026-09-09.

¿Cómo se instala nerdychefs-mcp?

+

Puedes instalar nerdychefs-mcp clonando el repositorio (https://github.com/mayeu20/nerdychefs-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar mayeu20/nerdychefs-mcp?

+

Nuestro agente de seguridad ha analizado mayeu20/nerdychefs-mcp y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene mayeu20/nerdychefs-mcp?

+

mayeu20/nerdychefs-mcp es mantenido por mayeu20. La última actividad registrada en GitHub es del 2026-09-09, con 0 issues abiertos.

¿Hay alternativas a nerdychefs-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega nerdychefs-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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

Más MCP Servers

Alternativas a nerdychefs-mcp