# MCP Servers Modelcontextprotocol

> Usa a conectar servidores MCP activos con npx.

- Skill: `ntizar/mcp-servers-modelcontextprotocol` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ntizar/mcp-servers-modelcontextprotocol`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ntizar/mcp-servers-modelcontextprotocol/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: ntizar (https://skillmd.com/u/ntizar)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ntizar/mcp-servers-modelcontextprotocol

---


# Servidores MCP oficiales (activos) — instalación vía npx

> ⚠️ Corrección 2026-09-05 (auditoría): GitHub/GitLab/PostgreSQL/Slack/Google Drive/Puppeteer están **ARCHIVADOS** (movidos a `servers-archived`). Servidores de referencia **activos**: Everything, Fetch, Filesystem, Git, Memory, Sequential Thinking, Time. Instalación: `npx -y @modelcontextprotocol/server-<name>`. Env var: `GITHUB_PERSONAL_ACCESS_TOKEN`.

**Repo:** `https://github.com/modelcontextprotocol/servers` (~90K⭐).

## When to Use

- Cuando conectes **servidores MCP** en Hermes/Claude (stdio/HTTP) y quieras los oficiales activos.

## Servidores de referencia ACTIVOS

- Everything · Fetch · Filesystem · Git · Memory · Sequential Thinking · Time

*(GitHub, GitLab, PostgreSQL, Slack, Google Drive, Puppeteer, etc. están archivados en `servers-archived` — referencia histórica.)*

## Instalación (npx)

```bash
npx -y @modelcontextprotocol/server-filesystem /ruta/a/servir
npx -y @modelcontextprotocol/server-fetch
```

Config (ej. Git):

```json
{
  "mcpServers": {
    "github": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-github"],
      "env": { "GITHUB_PERSONAL_ACCESS_TOKEN": "<token>" }
    }
  }
}
```

## Pitfalls

- La env var es **`GITHUB_PERSONAL_ACCESS_TOKEN`**, no `GITHUB_TOKEN`.
- Instalación **`npx -y ...`**, no `git clone && npm install`.
- Los servidores de la v1 (GitHub/GitLab/PostgreSQL/Slack/Drive/Puppeteer) están archivados.

## Verificación

- `npx -y @modelcontextprotocol/server-fetch` y probar un tool en el cliente MCP.

