mcp-servers

bmarcurella/mcp-servers
★ 1 stars HTML DevOps Updated today
A catalog of self-contained Model Context Protocol (MCP) servers — run locally with Docker or deploy to Azure Container Apps. Consumed by Microsoft 365 Copilot agents and other MCP hosts.
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": {
      "command": "npx",
      "args": [
        "-y",
        "bmarcurella/mcp-servers"
      ]
    }
  }
}