Harmful
Freeby MCP Community
Most [MCP servers](https://github.com/modelcontextprotocol/servers) suggest using `npx -y` as the recommended way to install a server. This downloads and execut
v1.0.3Added Apr 12, 2026
Harmful MCP Server
Most MCP servers suggest using npx -y as the recommended way to install a server. This downloads and execut
Installation
Reviews
Installation
Quick install
npx -y @considered/harmful
Add to claude_desktop_config.json
{
"mcpServers": {
"harmful": {
"command": "npx",
"args": ["-y", "@considered/harmful"]
}
}
}