McpServers

lxman/McpServers
★ 0 stars C# 🤖 AI/LLM Updated today
An assortment of MCP servers to empower AI work in your projects
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcpservers": {
      "command": "npx",
      "args": [
        "-y",
        "lxman/McpServers"
      ]
    }
  }
}