MCP-Servers-collection

MCP-ADMIN-cloud/MCP-Servers-collection
★ 0 stars Unknown language AI/LLM Updated 2d ago
This is a cool collection of MCP servers that you can deploy to claude, GPT or Gemini
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-servers-collecti": {
      "command": "npx",
      "args": [
        "-y",
        "MCP-ADMIN-cloud/MCP-Servers-collection"
      ]
    }
  }
}