Simple repository to be controlled by AI Agents/LLMs/AI Chat Clients through MCP Server
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"
]
}
}
}
Run in terminal:
claude mcp add mcp-test-lab npx -y learnwithsumit/mcp-test-lab
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-test-lab": {
"command": "npx",
"args": [
"-y",
"learnwithsumit/mcp-test-lab"
]
}
}
}