/ Diretório / Playground / Awesome Claude Plugins
● Comunidade Chat2AnyLLM ⚡ Instantâneo

Awesome Claude Plugins

por Chat2AnyLLM · Chat2AnyLLM/awesome-claude-plugins

Curated list of Claude marketplaces and plugins for the broader Claude ecosystem.

Curated list of Claude marketplaces and plugins for the broader Claude ecosystem.

Demo ao vivo

Como fica na prática

awesome-claude-plugins-chat2anyllm.replay ▶ pronto
0/0

Instalar

Escolha seu cliente

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "awesome-claude-plugins-chat2anyllm": {
      "command": "npx",
      "args": [
        "-y",
        "awesome-claude-plugins-chat2anyllm"
      ]
    }
  }
}

Abra Claude Desktop → Settings → Developer → Edit Config. Reinicie após salvar.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "awesome-claude-plugins-chat2anyllm": {
      "command": "npx",
      "args": [
        "-y",
        "awesome-claude-plugins-chat2anyllm"
      ]
    }
  }
}

Cursor usa o mesmo esquema mcpServers que o Claude Desktop. Config de projeto vence a global.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "awesome-claude-plugins-chat2anyllm": {
      "command": "npx",
      "args": [
        "-y",
        "awesome-claude-plugins-chat2anyllm"
      ]
    }
  }
}

Clique no ícone MCP Servers na barra lateral do Cline, depois "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "awesome-claude-plugins-chat2anyllm": {
      "command": "npx",
      "args": [
        "-y",
        "awesome-claude-plugins-chat2anyllm"
      ]
    }
  }
}

Mesmo formato do Claude Desktop. Reinicie o Windsurf para aplicar.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "awesome-claude-plugins-chat2anyllm",
      "command": "npx",
      "args": [
        "-y",
        "awesome-claude-plugins-chat2anyllm"
      ]
    }
  ]
}

O Continue usa um array de objetos de servidor em vez de um map.

~/.config/zed/settings.json
{
  "context_servers": {
    "awesome-claude-plugins-chat2anyllm": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "awesome-claude-plugins-chat2anyllm"
        ]
      }
    }
  }
}

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

claude mcp add awesome-claude-plugins-chat2anyllm -- npx -y awesome-claude-plugins-chat2anyllm

Uma linha só. Verifique com claude mcp list. Remova com claude mcp remove.

Casos de uso

Usos do mundo real: Awesome Claude Plugins

Get started with Awesome Claude Plugins

Quando usar: When you want to bring Awesome Claude Plugins into your Claude workflow.

Fluxo
  1. Install the skill in your client (see Install tab).
  2. Authenticate or configure required tokens.
  3. Ask Claude to use the new tools.
    Use Awesome Claude Plugins to help me with a task.✓ Copiado

Resultado: Claude can interact with Awesome Claude Plugins directly from your IDE.

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills