testcontainers-java (MCP Server)

GitHub

Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "testcontainers-java": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-testcontainers-java"
      ]
    }
  }
}