Skip to main content

mcp-servers-modelcontextprotocol

Usa a conectar servidores MCP activos con npx.

설치로 이동

소스 정보

저장소
Ntizar/MasterMind
최근 소스 활동
2026년 9월 5일 21:27
감지된 SKILL.md 언어
스페인어
스타
2
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
mcp-servers-modelcontextprotocol
description
Usa a conectar servidores MCP activos con npx.
version
2.0.0
tags
["mcp","modelcontextprotocol","servers","npx","herramientas","agentes"]
related_skills
["native-mcp","mcp-servers-modelcontextprotocol","hub-skill-discovery"]
# 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.
GitHub에서 보기