mcp-test-lab

learnwithsumit/mcp-test-lab
★ 0 stars Unknown language 🤖 AI/LLM Updated 1mo ago
Simple repository to be controlled by AI Agents/LLMs/AI Chat Clients through MCP Server
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": {
    "mcp-test-lab": {
      "command": "npx",
      "args": [
        "-y",
        "learnwithsumit/mcp-test-lab"
      ]
    }
  }
}