/ Directorio / Playground / Awesome-MCP-ZH
● Comunidad yzfly ⚡ Instantáneo

Awesome-MCP-ZH

por yzfly · yzfly/Awesome-MCP-ZH

Recursos seleccionados de MCP, guía de MCP, Claude MCP, servidores MCP, clientes MCP

Recursos seleccionados de MCP, guía de MCP, Claude MCP, servidores MCP, clientes MCP

Demo en vivo

Cómo se ve en la práctica

awesome-mcp-zh.replay ▶ listo
0/0

Instalar

Elige tu cliente

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "awesome-mcp-zh": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/yzfly/Awesome-MCP-ZH"
      ],
      "_inferred": true
    }
  }
}

Abre Claude Desktop → Settings → Developer → Edit Config. Reinicia después de guardar.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "awesome-mcp-zh": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/yzfly/Awesome-MCP-ZH"
      ],
      "_inferred": true
    }
  }
}

Cursor usa el mismo esquema mcpServers que Claude Desktop. La configuración del proyecto prevalece sobre la global.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "awesome-mcp-zh": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/yzfly/Awesome-MCP-ZH"
      ],
      "_inferred": true
    }
  }
}

Haz clic en el icono MCP Servers de la barra lateral de Cline y luego en "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "awesome-mcp-zh": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/yzfly/Awesome-MCP-ZH"
      ],
      "_inferred": true
    }
  }
}

Mismo formato que Claude Desktop. Reinicia Windsurf para aplicar.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "awesome-mcp-zh",
      "command": "TODO",
      "args": [
        "See README: https://github.com/yzfly/Awesome-MCP-ZH"
      ]
    }
  ]
}

Continue usa un array de objetos de servidor en lugar de un mapa.

~/.config/zed/settings.json
{
  "context_servers": {
    "awesome-mcp-zh": {
      "command": {
        "path": "TODO",
        "args": [
          "See README: https://github.com/yzfly/Awesome-MCP-ZH"
        ]
      }
    }
  }
}

Añádelo a context_servers. Zed recarga en caliente al guardar.

claude mcp add awesome-mcp-zh -- TODO 'See README: https://github.com/yzfly/Awesome-MCP-ZH'

Un solo comando. Verifica con claude mcp list. Quita con claude mcp remove.

Más

Recursos

📖 Lee el README oficial en GitHub

🐙 Ver issues abiertas

🔍 Ver todos los 400+ servidores MCP y Skills